可能的使用场景: 在Editor中需要修改,但运行时只需要访问的property ```csharp public int SomeProperty { get { ... } #if UNITY_EDITOR [BlackList] set { ... } #endif } ```