Class AssetPostprocessorContext
Inheritance
AssetPostprocessorContext
Syntax
public class AssetPostprocessorContext
Constructors
AssetPostprocessorContext()
Declaration
public AssetPostprocessorContext()
AssetPostprocessorContext(String[], String[], String[], String[], Stack<AssetPostprocessorContext>)
Declaration
public AssetPostprocessorContext(string[] importedAssets, string[] deletedAssets, string[] movedAssets, string[] movedFromAssetPaths, Stack<AssetPostprocessorContext> ctxStack)
Parameters
Properties
DeletedAssetPaths
Declaration
public string[] DeletedAssetPaths { get; }
Property Value
ImportedAssetPaths
Declaration
public string[] ImportedAssetPaths { get; }
Property Value
ImportedAssets
Declaration
public List<AssetReference> ImportedAssets { get; }
Property Value
IsAdhoc
Declaration
public bool IsAdhoc { get; }
Property Value
MovedAssetPaths
Declaration
public string[] MovedAssetPaths { get; }
Property Value
MovedAssets
Declaration
public List<AssetReference> MovedAssets { get; }
Property Value
MovedFromAssetPaths
Declaration
public string[] MovedFromAssetPaths { get; }
Property Value
Methods
HasValidAssetToPostprocess()
Declaration
public bool HasValidAssetToPostprocess()
Returns
Init(Stack<AssetPostprocessorContext>)
Declaration
public void Init(Stack<AssetPostprocessorContext> ctxStack)
Parameters