C# Class FormsSample.Bar

Inheritance: Urho.Component
Mostrar archivo Open project: xamarin/urho-samples

Public Methods

Method Description
Bar ( System.Color color ) : System
Deselect ( ) : void
OnAttachedToNode ( Urho.Node node ) : void
Select ( ) : void
SetValueWithAnimation ( float value ) : void

Protected Methods

Method Description
OnUpdate ( float timeStep ) : void

Method Details

Bar() public method

public Bar ( System.Color color ) : System
color System.Color
return System

Deselect() public method

public Deselect ( ) : void
return void

OnAttachedToNode() public method

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

OnUpdate() protected method

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

Select() public method

public Select ( ) : void
return void

SetValueWithAnimation() public method

public SetValueWithAnimation ( float value ) : void
value float
return void