Enum Model.WarningType
Represents types of warning from the model importer.
Namespace: Unity.Sentis
Syntax
public enum WarningType
Fields
Name | Description | Value |
---|---|---|
None | No error. |
0 |
Info | Information. Execution should run without errors. |
1 |
Warning | Warning. Execution should run, but may have issues with precision or speed. |
2 |
Error | Error. Execution won't run. |
3 |