C4 Engine
C4 Engine API Documentation

class PhysicsSpace

Defined in:  C4Spaces.h
The PhysicsSpace class represents a physics space node in a world.
Definition

class PhysicsSpace final : public Space

Constructor

PhysicsSpace(const Vector3D& size);

Parameters
size The size of the box.
Description


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

PhysicsSpaceObject