C# Class Urho.Samples.DynamicGeometry

Inheritance: Sample
Afficher le fichier Open project: xamarin/urho-samples

Méthodes publiques

Méthode Description
DynamicGeometry ( ApplicationOptions options = null ) : System

Méthodes protégées

Méthode Description
OnUpdate ( float timeStep ) : void
Start ( ) : void

Private Methods

Méthode Description
AnimateObjects ( float timeStep ) : void
CreateScene ( ) : void
SetupViewport ( ) : void

Method Details

DynamicGeometry() public méthode

public DynamicGeometry ( ApplicationOptions options = null ) : System
options ApplicationOptions
Résultat System

OnUpdate() protected méthode

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

Start() protected méthode

protected Start ( ) : void
Résultat void