|
StarEngine
|
#include <PathFindNodeComponent.h>


Public Member Functions | |
| PathFindNodeComponent () | |
| ~PathFindNodeComponent (void) | |
| void | Update (const Context &context) |
| void | Draw () |
Public Member Functions inherited from star::BaseComponent | |
| BaseComponent (void) | |
| BaseComponent (Object *parent) | |
| virtual | ~BaseComponent (void) |
| void | Initialize () |
| bool | IsInitialized () const |
| Object * | GetParent () const |
| void | SetParent (Object *parent) |
| BaseScene * | GetGameScene () const |
| TransformComponent * | GetTransform () const |
Additional Inherited Members | |
Protected Attributes inherited from star::BaseComponent | |
| Object * | m_pParentObject |
| bool | m_bInitialized |
| star::PathFindNodeComponent::PathFindNodeComponent | ( | ) |
| star::PathFindNodeComponent::~PathFindNodeComponent | ( | void | ) |
|
virtual |
Implements star::BaseComponent.
|
virtual |
Implements star::BaseComponent.
1.8.5