UI拓展
This commit is contained in:
3
UnityGame/Assets/Scripts/GameTools/UI/UIExpand.meta
Normal file
3
UnityGame/Assets/Scripts/GameTools/UI/UIExpand.meta
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 7741c712b36544fc99b98679783c3129
|
||||||
|
timeCreated: 1753339331
|
||||||
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;
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 20f38d816dc54bcb9ef57888b31a481d
|
||||||
|
timeCreated: 1753339357
|
||||||
Reference in New Issue
Block a user