Enum UixmlLoader.Flags
Enumerates uixml load flags.
[Flags]
public enum UixmlLoader.Flags
Fields
LogError = 8Specifies whether to log error.
NoThrowException = 4Specifies whether to suppress exception throw.
ReportError = 1Specifies whether to report error. If this member is not specified, ShowErrorDialog, LogError are ignored.
ShowErrorDialog = 2Specifies whether to show error dialog.