Property snapToCollider
snapToCollider
(Optional) The collider that will be used to find the closest point to snap to. If this is null, then the associated IXRInteractable transform's position or this GameObject's transform position will be used as the snap point.
Declaration
public Collider snapToCollider { get; set; }
Property Value
| Type | Description |
|---|---|
| Collider |