class Blocker
Defined in:
The C4Blockers.h
Blocker
class represents a blocker node in a world.
Definition
class Blocker : public Node
Member Functions
Blocker::GetBlockerType |
Returns the specific type of a blocker. |
Constructor
Blocker(BlockerType type);
Parameters
type |
The type of the blocker. See below for a list of possible types. |
Description
The Blocker
class represents a blocker node in a world.A blocker node can be of one of the following types.
kBlockerPlate |
Plate blocker. |
kBlockerBox |
Box blocker. |
kBlockerCylinder |
Cylinder blocker. |
kBlockerSphere |
Sphere blocker. |
kBlockerCapsule |
Capsule blocker. |
Base Classes
Node |
A Blocker node is a scene graph node.
|
See Also