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

Method Create

Source/Editor/Content/Proxy/SceneProxy.cs:47–50  ·  view source on GitHub ↗

(string outputPath, object arg)

Source from the content-addressed store, hash-verified

45
46 /// <inheritdoc />
47 public override void Create(string outputPath, object arg)
48 {
49 Editor.Instance.Scene.CreateSceneFile(outputPath);
50 }
51
52 /// <inheritdoc />
53 public override EditorWindow Open(Editor editor, ContentItem item)

Callers

nothing calls this directly

Calls 1

CreateSceneFileMethod · 0.80

Tested by

no test coverage detected