Summary
A delegate corresponding to
Weaver.Editor.AssetPostprocessor.OnPostprocessAllAssets(System.String[],System.String[],System.String[],System.String[])
.- Assembly
- Weaver
.dll - Namespace
- Weaver
.Editor - Base Types
-
- MulticastDelegate
graph BT
Type-->Base0["MulticastDelegate"]
Type["AssetPostprocessor.PostprocessorMethod"]
class Type type-node
Syntax
public delegate void AssetPostprocessor.PostprocessorMethod(string[] imported, string[] deleted, string[] movedTo, string[] movedFrom) :
MulticastDelegate