class PhysicsSpace
Defined in:
The C4Spaces.h
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