#include <ModelInstance.h>
Public Member Functions | |
NodeInstance (void *ptr) | |
NodeInstance | getParent () |
NodeInstance | getFirstChild () |
NodeInstance | getNextSibling () |
SharpKmyMath::Matrix4 | getMatrix () |
Public Attributes | |
void * | native = nullptr |
SharpKmyGfx::NodeInstance::NodeInstance | ( | void * | ptr | ) |
NodeInstance SharpKmyGfx::NodeInstance::getFirstChild | ( | ) |
SharpKmyMath::Matrix4 SharpKmyGfx::NodeInstance::getMatrix | ( | ) |
NodeInstance SharpKmyGfx::NodeInstance::getNextSibling | ( | ) |
NodeInstance SharpKmyGfx::NodeInstance::getParent | ( | ) |
void* SharpKmyGfx::NodeInstance::native = nullptr |