Note inspector调整,Static Window可开关,Log可复制清空
This commit is contained in:
13
Assets/Scripts/DynamicUI/EnableButtonGroup.cs
Normal file
13
Assets/Scripts/DynamicUI/EnableButtonGroup.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
using UnityEngine.UI;
|
||||
|
||||
namespace Ichni.Editor
|
||||
{
|
||||
public class EnableButtonGroup : MonoBehaviour
|
||||
{
|
||||
public Button enableButton;
|
||||
public Button disableButton;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user