Skip to content

i-rigid-body-2d.component overview


Table of contents


utils

IRigidBody2dComponent (interface)

Signature

export interface IRigidBody2dComponent<TypeDoc extends PhysicsTypeDocRepo2D = PhysicsTypeDocRepo2D>
  extends IRigidBodyComponent<Point2, number, TypeDoc> {
  angularVelocity: number

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