Bearbeiten

Freigeben über


ClippingSphereEditor.HasFrameBounds Method

Definition

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

protected:
 override bool HasFrameBounds();
protected override bool HasFrameBounds ();
override this.HasFrameBounds : unit -> bool
Protected Overrides Function HasFrameBounds () As Boolean

Returns

True if custom frame bounds can be used from OnGetFrameBounds.

Applies to