Skip to main content

RaycastOptions

type RaycastOptions = {
filterEntityTypes?: EntityType[];

excludePlayerIds?: number[];

excludeObjectIds?: string[];

collidableOnly?: boolean;
};