Click or drag to resize

InteractableObjectCollider Property

The collider belonging to this object that is used to detect interaction

Namespace:  ImmerseSDK.Interaction
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
protected UnityEngine.Collider Collider { get; }

Property Value

Type: UnityEngine.Collider
See Also