Class AssetPostprocessor
Inheritance
AssetPostprocessor
Assembly: UnityEditor.dll
Syntax
public class AssetPostprocessor
Properties
|
Improve this Doc
View Source
assetImporter
Declaration
public AssetImporter assetImporter { get; }
Property Value
|
Improve this Doc
View Source
assetPath
Declaration
public string assetPath { get; set; }
Property Value
|
Improve this Doc
View Source
context
Declaration
public AssetImportContext context { get; }
Property Value
Methods
|
Improve this Doc
View Source
GetPostprocessOrder()
Declaration
public virtual int GetPostprocessOrder()
Returns
|
Improve this Doc
View Source
GetVersion()
Declaration
public virtual uint GetVersion()
Returns
|
Improve this Doc
View Source
LogError(String)
Declaration
[ExcludeFromDocs]
public void LogError(string warning)
Parameters
Type |
Name |
Description |
String |
warning |
|
|
Improve this Doc
View Source
LogError(String, Object)
Declaration
public void LogError(string warning, [DefaultValue("null")] Object context)
Parameters
|
Improve this Doc
View Source
LogWarning(String)
Declaration
[ExcludeFromDocs]
public void LogWarning(string warning)
Parameters
Type |
Name |
Description |
String |
warning |
|
|
Improve this Doc
View Source
LogWarning(String, Object)
Declaration
public void LogWarning(string warning, [DefaultValue("null")] Object context)
Parameters
Extension Methods