StageActorDescription Struct Reference

#include <Stage.h>

# Public Attributes

RightBox rightBox
 Bounding box of the actor to.
PositionedActorpositionedActor
 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

Definition at line 189 of file Stage.h.

# Member Data Documentation

# extraInfo

void* StageActorDescription::extraInfo

Pointer to the extra information that the actor might need.

Definition at line 198 of file Stage.h.

# internalId

int16 StageActorDescription::internalId

ID to keep track internally of the actor.

Definition at line 201 of file Stage.h.

# positionedActor

PositionedActor* StageActorDescription::positionedActor

Struct that defines which actor spec to use to configure the new actor.

Definition at line 195 of file Stage.h.

# rightBox

RightBox StageActorDescription::rightBox

Bounding box of the actor to.

Definition at line 192 of file Stage.h.

# validRightBox

bool StageActorDescription::validRightBox

If false, the bounding box's volume is zero.

Definition at line 204 of file Stage.h.


The documentation for this struct was generated from the following file:
  • VUEngine-Core/source/Entity/Container/Stage/Stage.h