Class StringInspector
Inheritance
StringInspector
Syntax
[Inspector(typeof(string))]
public class StringInspector : Inspector, IDisposable
Constructors
Declaration
public StringInspector(Metadata metadata)
Parameters
Properties
cacheHeight
Declaration
protected override bool cacheHeight { get; }
Property Value
Overrides
Methods
GetAdaptiveWidth()
Declaration
public override float GetAdaptiveWidth()
Returns
Overrides
GetHeight(Single, GUIContent)
Declaration
protected override float GetHeight(float width, GUIContent label)
Parameters
Returns
Overrides
OnGUI(Rect, GUIContent)
Declaration
protected override void OnGUI(Rect position, GUIContent label)
Parameters
Overrides
Extension Methods