MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / BuildNavMesh

Method BuildNavMesh

Source/Editor/Editor.cs:1382–1387  ·  view source on GitHub ↗

Builds Nav mesh for all open scenes.

()

Source from the content-addressed store, hash-verified

1380 /// Builds Nav mesh for all open scenes.
1381 /// </summary>
1382 public void BuildNavMesh()
1383 {
1384 var scenes = Level.Scenes;
1385 Navigation.BuildNavMesh();
1386 Scene.MarkSceneEdited(scenes);
1387 }
1388
1389 /// <summary>
1390 /// Builds SDF for all static models in the scene.

Callers 10

OnEnterMethod · 0.45
OnSplineEditedMethod · 0.45
OnDirtyMethod · 0.45
InvalidateBoundsMethod · 0.45
OnDirtyMethod · 0.45
OnBuildClickedMethod · 0.45
OnPatchEditMethod · 0.45
OnPatchEditMethod · 0.45
OnEditingEndMethod · 0.45
SetMethod · 0.45

Calls 1

MarkSceneEditedMethod · 0.45

Tested by

no test coverage detected