using System; namespace Mono { [AttributeUsage(AttributeTargets.Class, AllowMultiple = true, Inherited = false)] public class UIBindingAttribute : Attribute { /// /// 预设名字 /// public string prefab { get; set; } } }