C# Class Urho.Samples.CrowdNavigation

Inheritance: Sample
Afficher le fichier Open project: xamarin/urho-samples

Méthodes publiques

Méthode Description
CrowdNavigation ( ApplicationOptions options = null ) : System.Linq

Méthodes protégées

Méthode Description
OnUpdate ( float timeStep ) : void
Start ( ) : void

Private Methods

Méthode 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 méthode

public CrowdNavigation ( ApplicationOptions options = null ) : System.Linq
options ApplicationOptions
Résultat System.Linq

OnUpdate() protected méthode

protected OnUpdate ( float timeStep ) : void
timeStep float
Résultat void

Start() protected méthode

protected Start ( ) : void
Résultat void