ScriptedImporterAssetReimporter.OnPostprocessAllAssets Method

Definition

public:
 static void OnPostprocessAllAssets(cli::array <System::String ^> ^ importedAssets, cli::array <System::String ^> ^ deletedAssets, cli::array <System::String ^> ^ movedAssets, cli::array <System::String ^> ^ movedFromAssetPaths);
public static void OnPostprocessAllAssets (string[] importedAssets, string[] deletedAssets, string[] movedAssets, string[] movedFromAssetPaths);
static member OnPostprocessAllAssets : string[] * string[] * string[] * string[] -> unit
Public Shared Sub OnPostprocessAllAssets (importedAssets As String(), deletedAssets As String(), movedAssets As String(), movedFromAssetPaths As String())

Parameters

importedAssets
String[]
deletedAssets
String[]
movedAssets
String[]
movedFromAssetPaths
String[]

Applies to