BoundingBox.HideElementsInInspector Property
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.
Determines whether to hide GameObjects (i.e handles, links etc) created and managed by this component in the editor
public:
property bool HideElementsInInspector { bool get(); void set(bool value); };
public bool HideElementsInInspector { get; set; }
member this.HideElementsInInspector : bool with get, set
Public Property HideElementsInInspector As Boolean