C# Class UILabelInspector, TheUnseen

Inheritance: UIWidgetInspector
Mostra file Open project: henryj41043/TheUnseen

Public Methods

Method Description
OnNGUIFont ( Object obj ) : void
OnUnityFont ( Object obj ) : void

Protected Methods

Method Description
OnEnable ( ) : void
ShouldDrawProperties ( ) : bool

Draw the label's properties.

Method Details

OnEnable() protected method

protected OnEnable ( ) : void
return void

OnNGUIFont() public method

public OnNGUIFont ( Object obj ) : void
obj Object
return void

OnUnityFont() public method

public OnUnityFont ( Object obj ) : void
obj Object
return void

ShouldDrawProperties() protected method

Draw the label's properties.
protected ShouldDrawProperties ( ) : bool
return bool