C# Class Urho.Samples.Bar

Inheritance: Component
显示文件 Open project: xamarin/urho-samples Class Usage Examples

Public Methods

Method Description
Bar ( string>.Func heightToTextFunc, System.Color color ) : System
Deselect ( ) : void
OnAttachedToNode ( Node node ) : void
Select ( ) : void

Protected Methods

Method Description
OnUpdate ( float timeStep ) : void

Method Details

Bar() public method

public Bar ( string>.Func heightToTextFunc, System.Color color ) : System
heightToTextFunc string>.Func
color System.Color
return System

Deselect() public method

public Deselect ( ) : void
return void

OnAttachedToNode() public method

public OnAttachedToNode ( Node node ) : void
node Node
return void

OnUpdate() protected method

protected OnUpdate ( float timeStep ) : void
timeStep float
return void

Select() public method

public Select ( ) : void
return void