C# Class LeopotamGroup.Gui.Widgets.GuiLabel

Inheritance: GuiWidget
Mostrar archivo Open project: Leopotam/LeopotamGroupLibraryUnity Class Usage Examples

Public Methods

Method Description
UpdateVisuals ( GuiDirtyType changes ) : bool

Force revalidate visuals.

Protected Methods

Method Description
Awake ( ) : void
OnDisable ( ) : void

Private Methods

Method Description
OnEnable ( ) : void
OnFontTextureRebuilt ( Font changedFont ) : void

Method Details

Awake() protected method

protected Awake ( ) : void
return void

OnDisable() protected method

protected OnDisable ( ) : void
return void

UpdateVisuals() public method

Force revalidate visuals.
public UpdateVisuals ( GuiDirtyType changes ) : bool
changes GuiDirtyType What should be revalidate.
return bool