Skip to content

types overview


Table of contents


utils

Rapier2dPhysicsTypeDocRepo (type alias)

Signature

export type Rapier2dPhysicsTypeDocRepo = {
  factory: Rapier2dFactory
  rigidBody: Rapier2dRigidBodyComponent
  trigger: Rapier2dTriggerComponent
}