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