C# Class FairyGUI.GearIcon

Gear is a connection between object and controller.
Inheritance: GearBase
显示文件 Open project: fairygui/FairyGUI-unity Class Usage Examples

Public Methods

Method Description
Apply ( ) : void
GearIcon ( GObject owner ) : System.Collections.Generic
UpdateState ( ) : void

Protected Methods

Method Description
AddStatus ( string pageId, string value ) : void
Init ( ) : void

Method Details

AddStatus() protected method

protected AddStatus ( string pageId, string value ) : void
pageId string
value string
return void

Apply() public method

public Apply ( ) : void
return void

GearIcon() public method

public GearIcon ( GObject owner ) : System.Collections.Generic
owner GObject
return System.Collections.Generic

Init() protected method

protected Init ( ) : void
return void

UpdateState() public method

public UpdateState ( ) : void
return void