enumeration
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseUsed to indicate if a field is overridden in a UXML file.
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. |