C# Class FairyGUI.GearDisplay

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

Public Methods

Method Description
Apply ( ) : void
GearDisplay ( GObject owner ) : System
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

GearDisplay() public method

public GearDisplay ( GObject owner ) : System
owner GObject
return System

Init() protected method

protected Init ( ) : void
return void

UpdateState() public method

public UpdateState ( ) : void
return void