TileGridObjectCollection.OnlyInEditMode Field

Definition

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

Applies to