Class Model.ImporterWarning
Represents the data structure for a warning from the model importer.
Inherited Members
Namespace: Unity.Sentis
Assembly: solution.dll
Syntax
public class Model.ImporterWarning
Constructors
Name | Description |
---|---|
ImporterWarning(string, WarningType, string) | Initializes and returns an instance of |
Properties
Name | Description |
---|---|
LayerName | A layer name. |
Message | A message. |
MessageSeverity | The severity of a warning. |