Method | Description | |
---|---|---|
MutantApp ( Urho.ApplicationOptions opts ) : System | ||
OnGestureManipulationStarted ( ) : void | ||
OnGestureManipulationUpdated ( Vector3 relativeHandPosition ) : void |
Method | Description | |
---|---|---|
OnUpdate ( float timeStep ) : void | ||
Start ( ) : void |
Method | Description | |
---|---|---|
Help ( ) : void | ||
IncreaseBrightness ( float byValue ) : void | ||
LookAtMe ( ) : void | ||
PlayAnimation ( string file, bool looped = true ) : void |
public MutantApp ( Urho.ApplicationOptions opts ) : System | ||
opts | Urho.ApplicationOptions | |
return | System |
public OnGestureManipulationStarted ( ) : void | ||
return | void |
public OnGestureManipulationUpdated ( Vector3 relativeHandPosition ) : void | ||
relativeHandPosition | Vector3 | |
return | void |