class RagdollController
Defined in:
The C4Physics.h
RagdollController
class manages a set of rigid bodies that compose a ragdoll.
Definition
class RagdollController final : public RigidBodyController, public LinkTarget<RagdollController>
Constructor
RagdollController();
Description
The RagdollController
class manages a set of rigid bodies that are connected by joints and collectively make up the parts of a ragdoll.
Base Classes
RigidBodyController |
A RagdollController is a specific type of rigid body controller.
|
LinkTarget<RagdollController> |
Ragdoll controllers support smart linking with the Link class.
|