ClippingBoxEditor.HasFrameBounds Method
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.
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.