C# Class FairyGUI.GearSize

Gear is a connection between object and controller.
Inheritance: GearBase
Afficher le fichier Open project: fairygui/FairyGUI-unity Class Usage Examples

Méthodes publiques

Méthode Description
Apply ( ) : void
GearSize ( GObject owner ) : System.Collections.Generic
UpdateFromRelations ( float dx, float dy ) : void
UpdateState ( ) : void

Méthodes protégées

Méthode Description
AddStatus ( string pageId, string value ) : void
Init ( ) : void

Method Details

AddStatus() protected méthode

protected AddStatus ( string pageId, string value ) : void
pageId string
value string
Résultat void

Apply() public méthode

public Apply ( ) : void
Résultat void

GearSize() public méthode

public GearSize ( GObject owner ) : System.Collections.Generic
owner GObject
Résultat System.Collections.Generic

Init() protected méthode

protected Init ( ) : void
Résultat void

UpdateFromRelations() public méthode

public UpdateFromRelations ( float dx, float dy ) : void
dx float
dy float
Résultat void

UpdateState() public méthode

public UpdateState ( ) : void
Résultat void