RaycastFilterType
Used in a RaycastParams object to determine how its FilterDescendantsInstances list will be used.
Items 2
History | Name | Value | Legacy Names | Description | |
---|---|---|---|---|---|
563 | Exclude | 0 | Blacklist | Every BasePart in the raycast operation will be considered except those that are descendants of objects in the filter list. | |
563 | Include | 1 | Whitelist | Only BaseParts which are descendants of objects in the filter list will be considered in the raycast operation. |
Removed items 2
History | Name | Value | Legacy Names | |
---|---|---|---|---|
563 | Blacklist | 0 | Exclude | |
563 | Whitelist | 1 | Include |
Description
Used in a RaycastParams object to determine how its FilterDescendantsInstances list will be used.
History 13
- 563 Remove Whitelist
- 563 Add Include
- 563 Add Exclude
- 563 Remove Blacklist
- 540 Change LegacyNames of Whitelist from [] to [Include]
- 540 Change LegacyNames of Blacklist from [] to [Exclude]
- 420 Add Whitelist
- 420 Add Blacklist
- 420 Add RaycastFilterType
- 419 Remove RaycastFilterType
- 420 Add Whitelist
- 420 Add Blacklist
- 420 Add RaycastFilterType