ClippingPrimitiveEditor.OnGetFrameBounds Method

Definition

Returns the bounds the editor should focus on.

protected:
 abstract UnityEngine::Bounds OnGetFrameBounds();
protected abstract UnityEngine.Bounds OnGetFrameBounds ();
abstract member OnGetFrameBounds : unit -> UnityEngine.Bounds
Protected MustOverride Function OnGetFrameBounds () As Bounds

Returns

UnityEngine.Bounds

The bounds of the clipping primitive.

Applies to