ClippingPrimitiveEditor.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:
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.