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

Method Open

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

(Editor editor, ContentItem item)

Source from the content-addressed store, hash-verified

51
52 /// <inheritdoc />
53 public override EditorWindow Open(Editor editor, ContentItem item)
54 {
55 // Load scene
56 Editor.Instance.Scene.OpenScene(((SceneItem)item).ID);
57
58 return null;
59 }
60
61 /// <inheritdoc />
62 public override Color AccentColor => Color.FromRGB(0xbb37ef);

Callers

nothing calls this directly

Calls 1

OpenSceneMethod · 0.80

Tested by

no test coverage detected