API Documentation
Static Public Member Functions | List of all members
nkAstraeus::nkGraphicsWrap::CompositorNodeWrapper Class Referencefinal

Wraps a nkGraphics::CompositorNode and offers functions for use in scripting. More...

Static Public Member Functions

static void updateEnvironment (nkScripts::Environment *env)
 
static nkScripts::OutputValue setActive (const nkScripts::DataStack &stack)
 

Detailed Description

Wraps a nkGraphics::CompositorNode and offers functions for use in scripting.

Member Function Documentation

◆ updateEnvironment()

static void nkAstraeus::nkGraphicsWrap::CompositorNodeWrapper::updateEnvironment ( nkScripts::Environment env)
static

Updates a given environment and set it up to use all functions wrapped by this wrapper.

Parameters
envThe environment to set up.

◆ setActive()

static nkScripts::OutputValue nkAstraeus::nkGraphicsWrap::CompositorNodeWrapper::setActive ( const nkScripts::DataStack stack)
static

Wrapper function for the nkGraphics::CompositorNode::setActive().

c:setActive(true) ;
Parameters
stackThe parameter stack.
Returns
The attribute value, empty.

The documentation for this class was generated from the following file: