Class Model.ImporterWarning
Importer warning data structure
Namespace: Unity.Barracuda
Syntax
public class ImporterWarning : object
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 |