Go to the source code of this file.
Functions | |
void | bindAssetProcessor (asIScriptEngine *engine) |
Binds the AssetProcessor class to AngelScript. | |
template<typename T > | |
void | bindAssetProcessorBase (asIScriptEngine *engine, const char *type) |
Binds the base behaviours and methods of the AssetProcessor to the given class in AngelScript. |
void bindAssetProcessor | ( | asIScriptEngine * | engine | ) |
void bindAssetProcessorBase | ( | asIScriptEngine * | engine, | |
const char * | type | |||
) | [inline] |
Binds the base behaviours and methods of the AssetProcessor to the given class in AngelScript.
Definition at line 34 of file asAssetProcessor.h.