C# Class FairyGUI.GSlider

Inheritance: GComponent
Afficher le fichier Open project: fairygui/FairyGUI-unity Class Usage Examples

Méthodes publiques

Méthode Description
ConstructFromXML ( XML cxml ) : void
GSlider ( ) : System
Setup_AfterAdd ( XML cxml ) : void

Méthodes protégées

Méthode Description
HandleSizeChanged ( ) : void

Private Methods

Méthode Description
Update ( ) : void
UpdateWidthPercent ( float percent ) : void
__gripTouchBegin ( EventContext context ) : void
__gripTouchEnd ( EventContext context ) : void
__gripTouchMove ( EventContext context ) : void

Method Details

ConstructFromXML() public méthode

public ConstructFromXML ( XML cxml ) : void
cxml FairyGUI.Utils.XML
Résultat void

GSlider() public méthode

public GSlider ( ) : System
Résultat System

HandleSizeChanged() protected méthode

protected HandleSizeChanged ( ) : void
Résultat void

Setup_AfterAdd() public méthode

public Setup_AfterAdd ( XML cxml ) : void
cxml FairyGUI.Utils.XML
Résultat void