Alchemy/docs/articles/en/attributes/disable-in-play-mode.md

12 lines
270 B
Markdown
Raw Normal View History

2024-02-20 00:49:47 -05:00
# 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;
```