Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

UxmlAttributeFlags

enumeration

Description

Used to indicate if a field is overridden in a UXML file.

Properties

Ignore The serialized field is ignored and not applied during Deserialize.
OverriddenInUxml The serialized field is overridden in a UXML file and will be applied during Deserialize.
DefaultValue The serialized field contains the default value, it will be applied when editing in the UI Builder.