Class AN_Preprocessor
Inheritance
System.Object
AN_Preprocessor
Assembly: cs.temp.dll.dll
Syntax
public class AN_Preprocessor : IPreprocessBuild
Properties
callbackOrder
Declaration
public int callbackOrder { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
Resolvers
Declaration
public static List<AN_APIResolver> Resolvers { get; }
Property Value
Methods
GetResolver(Type)
Declaration
public static AN_APIResolver GetResolver(Type resolverType)
Parameters
| Type |
Name |
Description |
| Type |
resolverType |
|
Returns
GetResolver<T>()
Declaration
public static T GetResolver<T>()
where T : AN_APIResolver
Returns
Type Parameters
OnPreprocessBuild(BuildTarget, String)
Declaration
public void OnPreprocessBuild(BuildTarget target, string path)
Parameters
| Type |
Name |
Description |
| BuildTarget |
target |
|
| System.String |
path |
|
RegisterResolver(AN_APIResolver)
Declaration
public static void RegisterResolver(AN_APIResolver resolver)
Parameters
Resolve()
Declaration
public static void Resolve()