C# Class _07_HelloWorldWithCustomShaders.HelloWorldApplication

Inheritance: HoloApplication
显示文件 Open project: xamarin/urho-samples

Public Methods

Method Description
HelloWorldApplication ( Urho.ApplicationOptions opts ) : System
OnGestureDoubleTapped ( ) : void
OnGestureManipulationStarted ( ) : void
OnGestureManipulationUpdated ( Vector3 relativeHandPosition ) : void

Protected Methods

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

Method Details

HelloWorldApplication() public method

public HelloWorldApplication ( Urho.ApplicationOptions opts ) : System
opts Urho.ApplicationOptions
return System

OnGestureDoubleTapped() public method

public OnGestureDoubleTapped ( ) : void
return void

OnGestureManipulationStarted() public method

public OnGestureManipulationStarted ( ) : void
return void

OnGestureManipulationUpdated() public method

public OnGestureManipulationUpdated ( Vector3 relativeHandPosition ) : void
relativeHandPosition Vector3
return void

OnUpdate() protected method

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

Start() protected method

protected Start ( ) : void
return void