TileGridObjectCollection.OnlyInEditMode Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Should this update during run-time
protected: bool OnlyInEditMode;
[UnityEngine.SerializeField]
[UnityEngine.Tooltip("Should the update run in Edit Mode only or should this be responsive during run-time?")]
protected bool OnlyInEditMode;
[<UnityEngine.SerializeField>]
[<UnityEngine.Tooltip("Should the update run in Edit Mode only or should this be responsive during run-time?")>]
val mutable OnlyInEditMode : bool
Protected OnlyInEditMode As Boolean
Field Value
- Attributes
-
UnityEngine.SerializeFieldAttribute UnityEngine.TooltipAttribute