Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RbJoint

Joint representing a connection between two rigid bodies

Hierarchy

Index

Constructors

constructor

  • Parameters

    • rbStart: RigidBody

      rigid body where the joint starts

    • rbStartConnPtLocal: Vector3

      point in the local space of the starting rigid body where the connection should start

    • rbEnd: RigidBody

      rigid body where the joint ends

    • rbEndConnPtLocal: Vector3

      point in the local space of the ending rigid body where the connection should end

    Returns RbJoint

Properties

Private _breakForce

_breakForce: number

Protected _isBroken

_isBroken: boolean

Private Readonly _rbEnd

_rbEnd: RigidBody

Private Readonly _rbEndConnPtLocal

_rbEndConnPtLocal: Vector3

Private Readonly _rbStart

_rbStart: RigidBody

Private Readonly _rbStartConnPtLocal

_rbStartConnPtLocal: Vector3

Accessors

breakForce

  • get breakForce(): number
  • set breakForce(value: number): void
  • Sets amount of force needed to break (basically tear-apart) this joint. Once the joint has been broken, setting new force cannot "repair" it.

    Returns number

    amount of force needed to break (basically tear-apart) this joint.

  • Sets amount of force needed to break (basically tear-apart) this joint. Once the joint has been broken, setting new force cannot "repair" it.

    Parameters

    • value: number

    Returns void

    amount of force needed to break (basically tear-apart) this joint.

endConnectionPoint

  • get endConnectionPoint(): Vector3

endRigidBody

isBroken

  • get isBroken(): boolean

startConnectionPoint

  • get startConnectionPoint(): Vector3

startRigidBody

Methods

applyForces

  • applyForces(): void

Protected Abstract applyJointForces

  • applyJointForces(): void

Private shouldBreak

  • shouldBreak(): boolean

Generated using TypeDoc