C# Class Urho.Samples.PBRMaterials

Inheritance: Sample
Show file Open project: xamarin/urho-samples

Public Methods

Method Description
PBRMaterials ( ApplicationOptions options = null )

Protected Methods

Method Description
OnUpdate ( float timeStep ) : void
Start ( ) : void

Private Methods

Method Description
Application_UnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void
CreateScene ( ) : void
SetupViewport ( ) : void

Method Details

OnUpdate() protected method

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

PBRMaterials() public method

public PBRMaterials ( ApplicationOptions options = null )
options ApplicationOptions

Start() protected method

protected Start ( ) : void
return void