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