Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


DataMode

Options for the different DataMode s of an EditorWindow.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Enum
  • Namespace: UnityEditor
  • Assembly: UnityEditor
public enum DataMode

Fields

Value

Description

AuthoringUses this mode where only authoring data is available.
DisabledRepresents a situation or context in which the usage of DataModes is not applicable.
MixedUses this mode where a mix of authoring and runtime data is available.
RuntimeUses this mode where only runtime data is available.