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

Method MarkSceneEdited

Source/Editor/Modules/SceneModule.cs:69–72  ·  view source on GitHub ↗

Marks the scene as modified. The scene.

(Scene scene)

Source from the content-addressed store, hash-verified

67 /// </summary>
68 /// <param name="scene">The scene.</param>
69 public void MarkSceneEdited(Scene scene)
70 {
71 MarkSceneEdited(GetActorNode(scene) as SceneNode);
72 }
73
74 /// <summary>
75 /// Marks the scene as modified.

Callers 15

ClearLightmapsMethod · 0.45
BuildCSGMethod · 0.45
BuildNavMeshMethod · 0.45
SpawnMethod · 0.45
ConvertMethod · 0.45
OnPrefabCreatedMethod · 0.45
OnClickMissingRemoveMethod · 0.45
EndEditSplineMethod · 0.45
OnBuildClickedMethod · 0.45
BakeButtonClickedMethod · 0.45
BakeButtonClickedMethod · 0.45
OnDragDropMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected