# 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; ```