class DirectPortal
Defined in:
The C4Portals.h
DirectPortal
class represents a direct portal node in a world.
Definition
class DirectPortal final : public Portal
Constructor
DirectPortal();
DirectPortal(const Vector2D& size);
Parameters
size |
The size of a rectangular portal. |
Description
Base Classes
Portal |
A DirectPortal node is a specific type of portal.
|
See Also