Skip to content

i-rigid-body-3d.component overview


Table of contents


utils

IRigidBody3dComponent (interface)

Signature

export interface IRigidBody3dComponent<TypeDoc extends PhysicsTypeDocRepo3D = PhysicsTypeDocRepo3D>
  extends IRigidBodyComponent<Point3, Point4, TypeDoc> {
  angularVelocity: Point3

  /** body info for physics debugger view */
  readonly debugBodySettings: DebugBody3DSettings
}