C4 Engine
C4 Engine API Documentation

class ShadowSpace

Defined in:  C4Spaces.h
The ShadowSpace class represents a shadow space node in a world.
Definition

class ShadowSpace final : public Space

Constructor

ShadowSpace(const Vector3D& size);

Parameters
size The size of the box.
Description


Base Classes
Space A shadow space is a specific type of space.
See Also

ShadowSpaceObject