Alchemy/docs/articles/ja/attributes/indent.md

21 lines
307 B
Markdown
Raw Normal View History

2024-02-18 20:59:29 -05:00
# Indent Attribute
フィールドにインデントを追加します。
![img](../../../images/img-attribute-indent.png)
```cs
[Indent]
public float foo;
[Indent(2)]
public Vector2 bar;
[Indent(3)]
public GameObject baz;
```
| パラメータ | 説明 |
| - | - |
| Indent | インデントの数 |