Skip to content

RigidActor

Class

Source: RigidActor.h

Inherits from: PhysicsActor

Description

A physics body fully simulated by the engine.

Rigid actors respond to gravity, forces, and impulses. They are used for dynamic objects that should behave naturally, like falling crates or debris.

Inheritance

PhysicsActorRigidActor

Released under the MIT License.