C# Class Urho.Samples.Bar

Inheritance: Component
Afficher le fichier Open project: xamarin/urho-samples Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
OnUpdate ( float timeStep ) : void

Method Details

Bar() public méthode

public Bar ( string>.Func heightToTextFunc, System.Color color ) : System
heightToTextFunc string>.Func
color System.Color
Résultat System

Deselect() public méthode

public Deselect ( ) : void
Résultat void

OnAttachedToNode() public méthode

public OnAttachedToNode ( Node node ) : void
node Node
Résultat void

OnUpdate() protected méthode

protected OnUpdate ( float timeStep ) : void
timeStep float
Résultat void

Select() public méthode

public Select ( ) : void
Résultat void