using System.ComponentModel; namespace System.Runtime.CompilerServices { /// /// 让Unity支持init setter /// unity文档。 /// [EditorBrowsable(EditorBrowsableState.Never)] public class IsExternalInit { } }