Skip to content

rapier-3d-trigger.component overview


Table of contents


utils

Rapier3dTriggerComponent (class)

Signature

export declare class Rapier3dTriggerComponent {
  constructor(
    protected readonly world: Rapier3dWorldComponent,
    protected _colliderDescr: ColliderDesc[],
    public readonly shape: Shape3DDescriptor,
    protected _bodyDescr: RigidBodyDesc
  )
}

addToWorld (method)

Signature

addToWorld(world: Gg3dWorld<VisualTypeDocRepo3D, Rapier3dPhysicsTypeDocRepo>): void

checkOverlaps (method)

Signature

checkOverlaps(): void

clone (method)

Signature

clone(): Rapier3dTriggerComponent

onEnter$ (property)

Signature

readonly onEnter$: any

onLeft$ (property)

Signature

readonly onLeft$: any