class Impostor
Defined in:
The C4Impostors.h
Impostor
class represents an impostor node in a world.
Definition
class Impostor final : public Node, public ListElement<Impostor>
Constructor
Impostor();
Description
Base Classes
Node |
An Impostor is a scene graph node.
|
ListElement<Impostor> |
Used internally by the World Manager. |
Wiki Articles