C# Class FairyGUI.GearXY

Inheritance: GearBase
Show file Open project: fairygui/FairyGUI-unity Class Usage Examples

Public Methods

Method Description
Apply ( ) : void
GearXY ( GObject owner ) : System.Collections.Generic
UpdateFromRelations ( float dx, float dy ) : void
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

GearXY() public method

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

Init() protected method

protected Init ( ) : void
return void

UpdateFromRelations() public method

public UpdateFromRelations ( float dx, float dy ) : void
dx float
dy float
return void

UpdateState() public method

public UpdateState ( ) : void
return void