Property | Type | Description | |
---|---|---|---|
LogError | void | ||
LogWarning | void |
Method | Description | |
---|---|---|
GetPostprocessOrder ( ) : int |
Override the order in which importers are processed.
|
|
GetVersion ( ) : uint |
Returns the version of the asset postprocessor.
|
|
LogError ( string warning, [ context ) : void |
Logs an import error message to the console.
|
|
LogWarning ( string warning, [ context ) : void |
Logs an import warning to the console.
|
Method | Description | |
---|---|---|
LogError ( string warning ) : void | ||
LogWarning ( string warning ) : void |
public LogError ( string warning, [ context ) : void | ||
warning | string | |
context | [ | |
return | void |
public LogWarning ( string warning, [ context ) : void | ||
warning | string | |
context | [ | |
return | void |