mirror of
https://github.com/AnnulusGames/Alchemy.git
synced 2025-01-22 16:28:25 -05:00
13 lines
292 B
Markdown
13 lines
292 B
Markdown
# Disable In Play Mode Attribute
|
|
|
|
Play Mode中はフィールドが編集不可能になります。
|
|
|
|
![img](../../../images/img-attribute-disable-in-play-mode-editor.png)
|
|
|
|
![img](../../../images/img-attribute-disable-in-play-mode-player.png)
|
|
|
|
```cs
|
|
[DisableInPlayMode]
|
|
public float foo;
|
|
```
|