Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


UxmlSerializedData.UxmlAttributeFlags

Used to indicate if a field is overridden in a UXML file.
Read time 1 minuteLast updated 10 days ago

Definition

[Flags]public enum UxmlSerializedData.UxmlAttributeFlags : byte

Fields

Value

Description

DefaultValueThe serialized field contains the default value, it will be applied when editing in the UI Builder.
IgnoreThe serialized field is ignored and not applied during UxmlSerializedData.Deserialize.
OverriddenInUxmlThe serialized field is overridden in a UXML file and will be applied during UxmlSerializedData.Deserialize.