Editar

Compartilhar via


ClippingPrimitiveEditor.HasFrameBounds Method

Definition

Notifies the Unity editor if this object has custom frame bounds.

protected:
 abstract bool HasFrameBounds();
protected abstract bool HasFrameBounds ();
abstract member HasFrameBounds : unit -> bool
Protected MustOverride Function HasFrameBounds () As Boolean

Returns

True if custom frame bounds can be used from OnGetFrameBounds.

Applies to