Show / Hide Table of Contents

Class AssetPostprocessor

Inheritance
Object
AssetPostprocessor
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEditor
Assembly: UnityEditor.dll
Syntax
public class AssetPostprocessor

Properties

| Improve this Doc View Source

assetImporter

Declaration
public AssetImporter assetImporter { get; }
Property Value
Type Description
AssetImporter
| Improve this Doc View Source

assetPath

Declaration
public string assetPath { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

context

Declaration
public AssetImportContext context { get; }
Property Value
Type Description
AssetImportContext

Methods

| Improve this Doc View Source

GetPostprocessOrder()

Declaration
public virtual int GetPostprocessOrder()
Returns
Type Description
Int32
| Improve this Doc View Source

GetVersion()

Declaration
public virtual uint GetVersion()
Returns
Type Description
UInt32
| 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
Type Name Description
String warning
Object context
| 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
Type Name Description
String warning
Object context

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX