AvatarSettingsHitAndTouchDetectionMode
Determines whether hit detection and spatial queries use the individual body
parts or the single collider when AvatarCollisionRules.CollisionMode is
AvatarSettingsCollisionMode.SingleCollider.
Items 2
| History | Name | Value | Description | |
|---|---|---|---|---|
| 672 | UseParts | 0 | Individual avatar body parts handle | |
| 672 | UseCollider | 1 | The single collider part handles |
Description
Determines whether BasePart.CanTouch (hit detection) and
BasePart.CanQuery (spatial queries) are routed to the individual
avatar body parts or to the single collider part. Only takes effect when
AvatarCollisionRules.CollisionMode is
AvatarSettingsCollisionMode.SingleCollider; in other collision modes it
is ignored.