generated from max/template-unity-project
namespaces
This commit is contained in:
parent
d225f897ba
commit
6f600c38ab
@ -1,9 +1,10 @@
|
||||
using UnityEditor;
|
||||
using UnityEngine;
|
||||
using VertexColor.ScenePartition.Editor;
|
||||
|
||||
namespace VertexColor.ScenePartition.Editor
|
||||
{
|
||||
[InitializeOnLoad]
|
||||
public class ScenePartitionSceneViewEditor : Editor
|
||||
public class ScenePartitionSceneViewEditor : UnityEditor.Editor
|
||||
{
|
||||
private const int cellSize = 10;
|
||||
|
||||
@ -67,3 +68,4 @@ private static void Load(object gridId)
|
||||
|
||||
}
|
||||
}
|
||||
}
|
@ -1,7 +1,7 @@
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
namespace VertexColor.ScenePartition.Editor
|
||||
namespace VertexColor.ScenePartition
|
||||
{
|
||||
[System.Serializable]
|
||||
public class SceneGrid
|
||||
|
Loading…
Reference in New Issue
Block a user