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