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