Colliders
: Collider []
[Get] |
Gets an array of Unity Collider components associated with this reference.
Each collider in the array contributes to the overall collision boundary or interaction surface.
The array may contain any type of Unity Collider (BoxCollider, SphereCollider, MeshCollider, etc.). The implementation should ensure that the array is never null.
Signature
Collider [] Oculus.Interaction.ICollidersRef.Colliders |