Unit 'XBPhysicsControllers' Package
[Overview][Types][Classes][Index] [#pl_glscene]

TRagdoll

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: XBPhysicsControllers.pas line 81

type TRagdoll = class(TPhysicsController)

protected

  m_limb_damping: Scalar;

  

  m_components: TPhysicsObjectList;

  

  m_joints: TJointList;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure Update(); override;

  

  procedure Initialise();

  

  function Get_torso;

  

  procedure Move_torso();

  

  procedure Apply_rotation_to_torso();

  

  procedure Disable_collisions();

  

end;

Inheritance

TRagdoll

  

|

TPhysicsController

  

|

TObject



CT Web help

CodeTyphon Studio