C4 Engine
C4 Engine API Documentation

class DirectPortal

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

DirectPortalObject

Zone