mirror of
https://github.com/AnnulusGames/Alchemy.git
synced 2025-01-23 08:48:24 -05:00
12 lines
270 B
Markdown
12 lines
270 B
Markdown
|
# Disable In Play Mode Attribute
|
||
|
|
||
|
During Play Mode, the field becomes disabled.
|
||
|
|
||
|
![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;
|
||
|
```
|