C# Class Urho.Samples.CrowdNavigation

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

Public Methods

Method Description
CrowdNavigation ( ApplicationOptions options = null ) : System.Linq

Protected Methods

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

Private Methods

Method Description
AddOrRemoveObject ( ) : void
CreateBoxOffMeshConnections ( DynamicNavigationMesh navMesh, Node boxGroup ) : void
CreateMovingBarrels ( DynamicNavigationMesh navMesh ) : void
CreateMushroom ( Vector3 pos ) : void
CreateScene ( ) : void
CreateUI ( ) : void
MoveCamera ( float timeStep ) : void
Raycast ( float maxDistance, Vector3 &hitPos, Drawable &hitDrawable ) : bool
SetPathPoint ( bool spawning ) : void
SetupViewport ( ) : void
SpawnJack ( Vector3 pos, Node jackGroup ) : void
SubscribeToEvents ( ) : void

Method Details

CrowdNavigation() public method

public CrowdNavigation ( ApplicationOptions options = null ) : System.Linq
options ApplicationOptions
return System.Linq

OnUpdate() protected method

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

Start() protected method

protected Start ( ) : void
return void