StageActorDescription Struct Reference
#include <Stage.h>
# Public Attributes | |
RightBox | rightBox |
Bounding box of the actor to. | |
PositionedActor * | positionedActor |
Struct that defines which actor spec to use to configure the new actor. | |
void * | extraInfo |
Pointer to the extra information that the actor might need. | |
int16 | internalId |
ID to keep track internally of the actor. | |
bool | validRightBox |
If false, the bounding box's volume is zero. |
# Detailed Description
A struct that holds precomputed information about the configuration of then entites that will populate the stage
# Member Data Documentation
# extraInfo
void* StageActorDescription::extraInfo |
# internalId
int16 StageActorDescription::internalId |
# positionedActor
PositionedActor* StageActorDescription::positionedActor |
# rightBox
RightBox StageActorDescription::rightBox |
# validRightBox
bool StageActorDescription::validRightBox |
The documentation for this struct was generated from the following file:
- VUEngine-Core/source/Entity/Container/Stage/Stage.h