C# Class Mutant.MutantApp

Inheritance: HoloApplication
ファイルを表示 Open project: xamarin/urho-samples

Public Methods

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

Protected Methods

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

Private Methods

Method Description
Help ( ) : void
IncreaseBrightness ( float byValue ) : void
LookAtMe ( ) : void
PlayAnimation ( string file, bool looped = true ) : void

Method Details

MutantApp() public method

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

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