Wraps a nkGraphics::Node and offers functions for use in scripting. More...
Wraps a nkGraphics::Node 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 |
Updates a given type with all the methods wrapped for the Node, effectively making it "inherit" from it.
| childType | The user type on which to register all the Node's wrapper methods. |
|
static |
Wrapper function for nkGraphics::Node::setParentNode().
| stack | The parameter stack. |
|
static |
Wrapper function for nkGraphics::Node::getParentNode().
| stack | The parameter stack. |
|
static |
Wrapper function for nkGraphics::Node::translateAbsolute().
| stack | The parameter stack. |
|
static |
Wrapper function for nkGraphics::Node::translateRelative().
| stack | The parameter stack. |
|
static |
Wrapper function for nkGraphics::Node::setPositionAbsolute().
| stack | The parameter stack. |
|
static |
Wrapper function for nkGraphics::Node::setPositionRelative().
| stack | The parameter stack. |
|
static |
Wrapper function for nkGraphics::Node::getPositionAbsolute().
| stack | The parameter stack. |
|
static |
Wrapper function for nkGraphics::Node::getPositionRelative().
| stack | The parameter stack. |
|
static |
Wrapper function for nkGraphics::Node::rotateAbsolute().
| stack | The parameter stack. |
|
static |
Wrapper function for nkGraphics::Node::rotateRelative().
| stack | The parameter stack. |
|
static |
Wrapper function for nkGraphics::Node::setOrientationAbsolute().
| stack | The parameter stack. |
|
static |
Wrapper function for nkGraphics::Node::setOrientationRelative().
| stack | The parameter stack. |
|
static |
Wrapper function for nkGraphics::Node::getOrientationAbsolute().
| stack | The parameter stack. |
|
static |
Wrapper function for nkGraphics::Node::getOrientationRelative().
| stack | The parameter stack. |
|
static |
Wrapper function for nkGraphics::Node::applyScale().
| stack | The parameter stack. |
|
static |
Wrapper function for nkGraphics::Node::setScaleAbsolute().
| stack | The parameter stack. |
|
static |
Wrapper function for nkGraphics::Node::setScaleRelative().
| stack | The parameter stack. |
|
static |
Wrapper function for nkGraphics::Node::getScaleAbsolute().
| stack | The parameter stack. |
|
static |
Wrapper function for nkGraphics::Node::getScaleRelative().
| stack | The parameter stack. |
|
static |
Wrapper function for nkGraphics::Node::setRelativeTransform().
| stack | The parameter stack. |
|
static |
Wrapper function for nkGraphics::Node::setAbsoluteTransform().
| stack | The parameter stack. |
|
static |
Wrapper function for nkGraphics::Node::getRelativeTransform().
| stack | The parameter stack. |
|
static |
Wrapper function for nkGraphics::Node::getAbsoluteTransform().
| stack | The parameter stack. |
|
static |
Wrapper function for nkGraphics::Node::updateTransformations().
| stack | The parameter stack. |
|
static |
Wrapper function for nkGraphics::Node::addEntityToTrack().
| stack | The parameter stack. |
|
static |
Wrapper function for nkGraphics::Node::addEntityToTrack().
| stack | The parameter stack. |
|
static |
Wrapper function for nkGraphics::Node::stopEntityTracking().
| stack | The parameter stack. |
|
static |
Wrapper function for nkGraphics::Node::getAbsoluteUp().
| stack | The parameter stack. |
|
static |
Wrapper function for nkGraphics::Node::getAbsoluteFront().
| stack | The parameter stack. |
|
static |
Wrapper function for nkGraphics::Node::getAbsoluteRight().
| stack | The parameter stack. |