Class Model.ImporterWarning
Represents the data structure for a warning from the model importer.
Inherited Members
Namespace: Unity.Sentis
Syntax
public class ImporterWarning
Constructors
ImporterWarning(String, Model.WarningType, String)
Initializes and returns an instance of ImporterWarning.
Declaration
public ImporterWarning(string layer, Model.WarningType severity, string msg)
Parameters
| Type | Name | Description |
|---|---|---|
| String | layer | |
| Model.WarningType | severity | |
| String | msg |
Properties
LayerName
A layer name.
Declaration
public string LayerName { get; }
Property Value
| Type | Description |
|---|---|
| String |
Message
A message.
Declaration
public string Message { get; }
Property Value
| Type | Description |
|---|---|
| String |
MessageSeverity
The severity of a warning.
Declaration
public Model.WarningType MessageSeverity { get; }
Property Value
| Type | Description |
|---|---|
| Model.WarningType |