Logo
Public Member Functions | Public Attributes | List of all members
SharpKmyGfx::NodeInstance Class Reference

#include <ModelInstance.h>

Public Member Functions

 NodeInstance (void *ptr)
 
NodeInstance getParent ()
 
NodeInstance getFirstChild ()
 
NodeInstance getNextSibling ()
 
SharpKmyMath::Matrix4 getMatrix ()
 

Public Attributes

void * native = nullptr
 

Constructor & Destructor Documentation

◆ NodeInstance()

SharpKmyGfx::NodeInstance::NodeInstance ( void *  ptr)

Member Function Documentation

◆ getFirstChild()

NodeInstance SharpKmyGfx::NodeInstance::getFirstChild ( )

◆ getMatrix()

SharpKmyMath::Matrix4 SharpKmyGfx::NodeInstance::getMatrix ( )

◆ getNextSibling()

NodeInstance SharpKmyGfx::NodeInstance::getNextSibling ( )

◆ getParent()

NodeInstance SharpKmyGfx::NodeInstance::getParent ( )

Member Data Documentation

◆ native

void* SharpKmyGfx::NodeInstance::native = nullptr