We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
可能的使用场景: 在Editor中需要修改,但运行时只需要访问的property
public int SomeProperty { get { ... } #if UNITY_EDITOR [BlackList] set { ... } #endif }