(string outputPath, object arg)
| 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) |
nothing calls this directly
no test coverage detected