|
|
| GlobalStructure (const Common::Array< byte > structure_) |
| |
|
ObjectType | getType () override |
| |
|
void | draw (Freescape::Renderer *gfx, float offset=0.0) override |
| |
|
void | scale (int factor) override |
| |
|
Object * | duplicate () override |
| |
|
uint16 | getObjectID () |
| |
|
uint16 | getObjectFlags () |
| |
|
bool | isGeometric () |
| |
|
void | setObjectFlags (uint32 flags_) |
| |
|
Math::Vector3d | getOrigin () |
| |
|
virtual void | setOrigin (Math::Vector3d origin_) |
| |
|
Math::Vector3d | getSize () |
| |
|
virtual bool | isDrawable () |
| |
|
virtual bool | isPlanar () |
| |
|
bool | isInvisible () |
| |
|
void | makeInvisible () |
| |
|
void | makeVisible () |
| |
|
bool | isInitiallyInvisible () |
| |
|
void | makeInitiallyInvisible () |
| |
|
void | makeInitiallyVisible () |
| |
|
bool | isDestroyed () |
| |
|
void | destroy () |
| |
|
void | restore () |
| |
|
void | toggleVisibility () |
| |
|
|
Common::Array< byte > | _structure |
| |
|
uint16 | _flags |
| |
|
ObjectType | _type |
| |
|
uint16 | _objectID |
| |
|
Math::Vector3d | _origin |
| |
|
Math::Vector3d | _size |
| |
|
Math::Vector3d | _rotation |
| |
|
Math::AABB | _boundingBox |
| |
|
Object * | _partOfGroup = nullptr |
| |
The documentation for this class was generated from the following file: