WaiXie_QuestionSystem/Assets/Script/UI/Helper/UnityHelper.cs

12 lines
238 B
C#

using UnityEngine;
namespace Script.UI
{
public static class UnityHelper
{
// public static T GetComponent<T>(this Transform self, string name) where T : Component
// {
// self.
// }
}
}