#include <mock_activeobject.h>
◆ MockActiveObject()
MockActiveObject::MockActiveObject |
( |
u16 | id | ) |
|
|
inline |
◆ collideWithObjects()
virtual bool MockActiveObject::collideWithObjects |
( |
| ) |
const |
|
inlinevirtual |
◆ getCollisionBox()
virtual bool MockActiveObject::getCollisionBox |
( |
aabb3f * | toset | ) |
const |
|
inlinevirtual |
Returns the collision box of the object. This box is translated by the object's location. The box's coordinates are world coordinates.
- Returns
- true if the object has a collision box.
Implements ActiveObject.
◆ getSelectionBox()
virtual bool MockActiveObject::getSelectionBox |
( |
aabb3f * | toset | ) |
const |
|
inlinevirtual |
Returns the selection box of the object. This box is not translated when the object moves. The box's coordinates are world coordinates.
- Returns
- true if the object has a selection box.
Implements ActiveObject.
◆ getType()
The documentation for this class was generated from the following file: