C# Class FairyGUI.GSlider

Inheritance: GComponent
显示文件 Open project: fairygui/FairyGUI-unity Class Usage Examples

Public Methods

Method Description
ConstructFromXML ( XML cxml ) : void
GSlider ( ) : System
Setup_AfterAdd ( XML cxml ) : void

Protected Methods

Method Description
HandleSizeChanged ( ) : void

Private Methods

Method Description
Update ( ) : void
UpdateWidthPercent ( float percent ) : void
__gripTouchBegin ( EventContext context ) : void
__gripTouchEnd ( EventContext context ) : void
__gripTouchMove ( EventContext context ) : void

Method Details

ConstructFromXML() public method

public ConstructFromXML ( XML cxml ) : void
cxml FairyGUI.Utils.XML
return void

GSlider() public method

public GSlider ( ) : System
return System

HandleSizeChanged() protected method

protected HandleSizeChanged ( ) : void
return void

Setup_AfterAdd() public method

public Setup_AfterAdd ( XML cxml ) : void
cxml FairyGUI.Utils.XML
return void