C# Class Urho.Samples.Navigation

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

Public Methods

Method Description
Navigation ( ApplicationOptions options = null ) : System.Collections.Generic

Protected Methods

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

Private Methods

Method Description
AddOrRemoveObject ( ) : void
CreateMushroom ( Vector3 pos ) : Node
CreateScene ( ) : void
CreateUI ( ) : void
FollowPath ( float timeStep ) : void
MoveCamera ( float timeStep ) : void
Raycast ( float maxDistance, Vector3 &hitPos, Drawable &hitDrawable ) : bool
SetPathPoint ( ) : void
SetupViewport ( ) : void
SubscribeToEvents ( ) : void

Method Details

Navigation() public method

public Navigation ( ApplicationOptions options = null ) : System.Collections.Generic
options ApplicationOptions
return System.Collections.Generic

OnUpdate() protected method

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

Start() protected method

protected Start ( ) : void
return void