C# Class Urho.Samples.PBRMaterials

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

Méthodes publiques

Méthode Description
PBRMaterials ( ApplicationOptions options = null )

Méthodes protégées

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

Private Methods

Méthode Description
Application_UnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void
CreateScene ( ) : void
SetupViewport ( ) : void

Method Details

OnUpdate() protected méthode

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

PBRMaterials() public méthode

public PBRMaterials ( ApplicationOptions options = null )
options ApplicationOptions

Start() protected méthode

protected Start ( ) : void
Résultat void