Property snapCollider
snapCollider
The trigger collider to associate with the interactable when it is hit/collided. Rays will snap from this to the snapToCollider.
Declaration
public Collider snapCollider { get; set; }
Property Value
| Type | Description |
|---|---|
| Collider |
Remarks
This should be larger than or positioned away from the snapToCollider. Changing this value at runtime does not alter the enabled state of the previous collider.