RaycastFilterType

Used in a RaycastParams object to determine how its FilterDescendantsInstances list will be used.

Items

NameValueSummary
Exclude0

Every BasePart in the raycast operation will be considered except those that are descendants of objects in the filter list.

Include1

Only BaseParts which are descendants of objects in the filter list will be considered in the raycast operation.

On this page