SpatialAwarenessPlanarObject.Collider Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The BoxCollider associated with this plane's GameObject.
public:
property UnityEngine::BoxCollider ^ Collider { UnityEngine::BoxCollider ^ get(); void set(UnityEngine::BoxCollider ^ value); };
public UnityEngine.BoxCollider Collider { get; set; }
member this.Collider : UnityEngine.BoxCollider with get, set
Public Property Collider As BoxCollider
Property Value
UnityEngine.BoxCollider