API Documentation
NodeManagerWrapper.h
1 // NodeManagerWrapper.h
3 //
5 
7 {
11  class NodeManagerWrapper final
12  {
13  public :
14 
15  // Environment update
22 
23  // Callbacks
57  } ;
58 }
nkAstraeus::nkGraphicsWrap::NodeManagerWrapper::erase
static nkScripts::OutputValue erase(const nkScripts::DataStack &stack)
nkAstraeus::nkGraphicsWrap::NodeManagerWrapper::updateEnvironment
static void updateEnvironment(nkScripts::Environment *env)
nkScripts::Environment
Defines an environment in which scripts can execute.
Definition: Environment.h:14
nkMemory::BufferView
A view over data.
Definition: BufferView.h:18
nkAstraeus::nkGraphicsWrap::NodeManagerWrapper
Wraps the nkGraphics::NodeManager and offers functions for use in scripting.
Definition: NodeManagerWrapper.h:12
nkScripts::FunctionParameter
A function parameter, used within the stack of arguments.
Definition: FunctionParameter.h:25
nkAstraeus::nkGraphicsWrap::NodeManagerWrapper::createOrRetrieve
static nkScripts::OutputValue createOrRetrieve(const nkScripts::DataStack &stack)
nkAstraeus::nkGraphicsWrap
Encompasses the wrapping of nkGraphics for scripting.
Definition: BoundingBoxWrapper.h:7
nkAstraeus::nkGraphicsWrap::NodeManagerWrapper::rename
static nkScripts::OutputValue rename(const nkScripts::DataStack &stack)