Wraps a nkGraphics::GltfMeshDecoder and offers functions for use in scripting. More...
Static Public Member Functions | |
static void | updateEnvironment (nkScripts::Environment *env) |
static nkScripts::OutputValue | canDecode (const nkScripts::DataStack &stack) |
static nkScripts::OutputValue | decode (const nkScripts::DataStack &stack) |
Wraps a nkGraphics::GltfMeshDecoder and offers functions for use in scripting.
|
static |
Updates a given environment and set it up to use all functions wrapped by this wrapper.
env | The environment to set up. |
|
static |
Wrapper function for the nkGraphics::GltfMeshDecoder::canDecode().
stack | The parameter stack. |
|
static |
Wrapper function for the nkGraphics::GltfMeshDecoder::decode().
stack | The parameter stack. |