|
0.45.0
|
#include <iQuadtreeComponent.h>
Inherits igor::iEntityComponent.
Public Member Functions | |
| iQuadtreeComponent ()=default | |
| iQuadtreeComponent (iQuadtreed::ObjectPtr object) | |
| std::vector< iaString > | getInfo () const override |
| const iaCircled & | getObjectBounds () const |
Public Member Functions inherited from igor::iEntityComponent | |
| iEntityComponent () | |
| virtual | ~iEntityComponent ()=default |
| const iEntityComponentID & | getID () const |
| iEntityComponentState | getState () const |
| virtual std::vector< iaString > | getInfo () const |
| IGOR_INLINE void | setDirty () |
| uint16 | getVersion () const |
Static Public Member Functions | |
| static iEntityComponent * | createInstance () |
| static const iaString & | getTypeName () |
Friends | |
| class | iEntityTransformTraverser |
Additional Inherited Members | |
Protected Member Functions inherited from igor::iEntityComponent | |
| virtual bool | onLoad (iEntityPtr entity, bool &asyncLoad) |
| virtual void | onActivate (iEntityPtr entity) |
| virtual void | onDeactivate (iEntityPtr entity) |
| virtual void | onUnLoad (iEntityPtr entity) |
| virtual iEntityComponentPtr | getCopy ()=0 |
| iEntityPtr | getEntity () const |
quadtree component
|
default |
default ctor
| igor::iQuadtreeComponent::iQuadtreeComponent | ( | iQuadtreed::ObjectPtr | object | ) |
ctor
|
static |
creates instance of this component type
|
overridevirtual |
Reimplemented from igor::iEntityComponent.
| const iaCircled & igor::iQuadtreeComponent::getObjectBounds | ( | ) | const |
\retruns object bounds
|
static |
|
friend |