UxmlSerializedData.UxmlAttributeFlags
Used to indicate if a field is overridden in a UXML file.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Enum
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
[Flags]public enum UxmlSerializedData.UxmlAttributeFlags : byte
Fields
Value | Description |
|---|---|
| DefaultValue | The serialized field contains the default value, it will be applied when editing in the UI Builder. |
| Ignore | The serialized field is ignored and not applied during UxmlSerializedData.Deserialize. |
| OverriddenInUxml | The serialized field is overridden in a UXML file and will be applied during UxmlSerializedData.Deserialize. |