BoundingBox.TargetBounds Property

Definition

The collider reference tracking the bounds utilized by this component during runtime

public:
 property UnityEngine::BoxCollider ^ TargetBounds { UnityEngine::BoxCollider ^ get(); };
public UnityEngine.BoxCollider TargetBounds { get; }
member this.TargetBounds : UnityEngine.BoxCollider
Public ReadOnly Property TargetBounds As BoxCollider

Property Value

UnityEngine.BoxCollider

Applies to