Class SystemObjectInspector
Inheritance
SystemObjectInspector
Syntax
public class SystemObjectInspector : Inspector, IDisposable
Constructors
Declaration
public SystemObjectInspector(Metadata metadata)
Parameters
Properties
chooseType
Declaration
public bool chooseType { get; }
Property Value
showValue
Declaration
public bool showValue { get; }
Property Value
typeFilter
Declaration
public TypeFilter typeFilter { get; }
Property Value
Methods
Dispose()
Declaration
public override void Dispose()
Overrides
GetAdaptiveWidth()
Declaration
public override float GetAdaptiveWidth()
Returns
Overrides
GetHeight(Single, GUIContent)
Declaration
protected override float GetHeight(float width, GUIContent label)
Parameters
Returns
Overrides
Initialize()
Declaration
public override void Initialize()
Overrides
OnGUI(Rect, GUIContent)
Declaration
protected override void OnGUI(Rect position, GUIContent label)
Parameters
Overrides
Extension Methods