|
API Documentation
|
|
|
static nkScripts::OutputValue getVertexCount(void *data)
static void updateEnvironment(nkScripts::Environment *env)
Wraps a nkGraphics::Mesh and offers functions for use in scripting.
Definition: MeshWrapper.h:12
Defines an environment in which scripts can execute.
Definition: Environment.h:14
static nkScripts::OutputValue fillPackedFromUnpacked(const nkScripts::DataStack &stack)
A view over data.
Definition: BufferView.h:18
static nkScripts::OutputValue getNewVertexArray(const nkScripts::DataStack &stack)
static nkScripts::OutputValue getCurrentVertexComposition(void *data)
A function parameter, used within the stack of arguments.
Definition: FunctionParameter.h:25
static void setHidden(const nkScripts::DataStack &stack)
static void setVertexCount(const nkScripts::DataStack &stack)
static nkScripts::OutputValue getLoadState(void *data)
Encompasses the wrapping of nkGraphics for scripting.
Definition: BoundingBoxWrapper.h:7
static nkScripts::OutputValue getCurrentIndexArray(const nkScripts::DataStack &stack)
static void setCurrentVertexComposition(const nkScripts::DataStack &stack)
static nkScripts::OutputValue load(const nkScripts::DataStack &stack)
static nkScripts::OutputValue getCurrentVertexArray(const nkScripts::DataStack &stack)
static void setIndexCount(const nkScripts::DataStack &stack)
static nkScripts::OutputValue getHidden(void *data)
static nkScripts::OutputValue getNewIndexArray(const nkScripts::DataStack &stack)
static nkScripts::OutputValue unload(const nkScripts::DataStack &stack)
static nkScripts::OutputValue getIndexCount(void *data)