📜  在统一检查器中的变量之间创建间隙标头 - C# 代码示例

📅  最后修改于: 2022-03-11 14:48:59.791000             🧑  作者: Mango

代码示例1
float variable1;
[Space] //Creates a space inside of the unity editor
[Header("This is a header")] //Creates a header inside of the unity editor
float variable2;