mirror of
https://github.com/AnnulusGames/Alchemy.git
synced 2025-01-22 16:28:25 -05:00
13 lines
274 B
Markdown
13 lines
274 B
Markdown
|
# Hide In Edit Mode Attribute
|
||
|
|
||
|
Edit Mode中はフィールドが非表示になります。
|
||
|
|
||
|
![img](../../../images/img-attribute-hide-in-edit-mode-editor.png)
|
||
|
|
||
|
![img](../../../images/img-attribute-hide-in-edit-mode-player.png)
|
||
|
|
||
|
```cs
|
||
|
[HideInEditMode]
|
||
|
public float foo;
|
||
|
```
|