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

Method OnSelect

Source/Editor/SceneGraph/Actors/SceneNode.cs:91–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

89 }
90
91 private void OnSelect()
92 {
93 Editor.Instance.Windows.ContentWin.Select(Editor.Instance.ContentDatabase.Find(Scene.Path));
94 }
95
96 private void OnSave()
97 {

Callers

nothing calls this directly

Calls 2

SelectMethod · 0.45
FindMethod · 0.45

Tested by

no test coverage detected