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

Method BuildCSG

Source/Editor/Editor.cs:1372–1377  ·  view source on GitHub ↗

Builds CSG for all open scenes.

()

Source from the content-addressed store, hash-verified

1370 /// Builds CSG for all open scenes.
1371 /// </summary>
1372 public void BuildCSG()
1373 {
1374 var scenes = Level.Scenes;
1375 scenes.ForEach(x => x.BuildCSG(0));
1376 Scene.MarkSceneEdited(scenes);
1377 }
1378
1379 /// <summary>
1380 /// Builds Nav mesh for all open scenes.

Callers 3

OnEnterMethod · 0.45
OnDirtyMethod · 0.45
OnDirtyMethod · 0.45

Calls 2

ForEachMethod · 0.80
MarkSceneEditedMethod · 0.45

Tested by

no test coverage detected