class IndirectPortal
Defined in:
The C4Portals.h
IndirectPortal
class represents an indirect portal node in a world.
Definition
class IndirectPortal final : public Portal
Member Functions
IndirectPortal::GetIndirectTransform |
Returns the indirect transform. |
Constructor
IndirectPortal();
IndirectPortal(const Vector2D& size);
Parameters
size |
The size of a rectangular portal. |
Description
Base Classes
Portal |
A IndirectPortal node is a specific type of portal.
|
See Also