generated from max/template-unity-project
	Update ScenePartitionSOEditor.cs
This commit is contained in:
		@@ -8,7 +8,6 @@ namespace VertexColor.ScenePartition.Editor
 | 
			
		||||
    {
 | 
			
		||||
        private ulong id = 0;
 | 
			
		||||
        private int gridId = 0;
 | 
			
		||||
        private bool foldoutGroupEnabled = false;
 | 
			
		||||
 | 
			
		||||
        public override void OnInspectorGUI()
 | 
			
		||||
        {
 | 
			
		||||
@@ -61,6 +60,8 @@ namespace VertexColor.ScenePartition.Editor
 | 
			
		||||
                    scenePartitionSO.Save();
 | 
			
		||||
                }
 | 
			
		||||
 | 
			
		||||
                EditorGUIUtils.HorizontalLine();
 | 
			
		||||
 | 
			
		||||
                using (new EditorGUILayout.HorizontalScope())
 | 
			
		||||
                {
 | 
			
		||||
                    id = (ulong)EditorGUILayout.LongField("id", (long)id);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user