class CylinderTrigger
Defined in:
The C4Triggers.h
CylinderTrigger
class represents a cylinder trigger node in a world.
Definition
class CylinderTrigger final : public Trigger
Constructor
CylinderTrigger(const Vector2D& size, float height);
Parameters
size |
The size of the cylinder base. |
height |
The height of the cylinder. |
Description
The CylinderTrigger
class represents a trigger node that is shaped like a cylinder whose dimensions are specified by the size
and height
parameters.
Base Classes
Trigger |
A cylinder trigger is a specific type of trigger. |
See Also