C4 Engine
C4 Engine API Documentation

class IndirectPortal

Defined in:  C4Portals.h
The 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

IndirectPortalObject