C# Class FairyGUI.GearDisplay

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
GearDisplay ( GObject owner ) : System
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

GearDisplay() public méthode

public GearDisplay ( GObject owner ) : System
owner GObject
Résultat System

Init() protected méthode

protected Init ( ) : void
Résultat void

UpdateState() public méthode

public UpdateState ( ) : void
Résultat void