C4 Engine
C4 Engine API Documentation

class IndirectPortalObject

Defined in:  C4Portals.h
The IndirectPortalObject class encapsulates data for an indirect portal.
Definition

class IndirectPortalObject final : public PortalObject

Constructor

IndirectPortalObject();

IndirectPortalObject(const Vector2D& size);

Parameters
size The width and height of a rectangular portal.
Description
Base Classes
PortalObject A IndirectPortalObject is a specific type of portal object.
See Also

IndirectPortal