Class Model.ImporterWarning
Importer warning data structure
Inherited Members
Namespace: Unity.Barracuda
Assembly: solution.dll
Syntax
public class Model.ImporterWarning
Constructors
ImporterWarning(string, string)
Constructs ImporterWarning
Declaration
public ImporterWarning(string layer, string msg)
Parameters
Type | Name | Description |
---|---|---|
string | layer | layer name |
string | msg | message |
Properties
LayerName
Layer name
Declaration
public string LayerName { get; }
Property Value
Type | Description |
---|---|
string |
Message
Message
Declaration
public string Message { get; }
Property Value
Type | Description |
---|---|
string |