UI拓展
This commit is contained in:
17
UnityGame/Assets/Scripts/GameTools/UI/UIExpand/UISelected.cs
Normal file
17
UnityGame/Assets/Scripts/GameTools/UI/UIExpand/UISelected.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace CreatGame.UI
|
||||
{
|
||||
public class UISelected : MonoBehaviour
|
||||
{
|
||||
public int index = -1;
|
||||
/// <summary>
|
||||
/// 选中状态
|
||||
/// </summary>
|
||||
public GameObject selected;
|
||||
/// <summary>
|
||||
/// 未选中状态
|
||||
/// </summary>
|
||||
public GameObject unSelected;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user