Skip to content

i-trigger-2d.component overview


Table of contents


utils

ITrigger2dComponent (interface)

Signature

export interface ITrigger2dComponent<TypeDoc extends PhysicsTypeDocRepo2D = PhysicsTypeDocRepo2D>
  extends ITriggerComponent<Point2, number, TypeDoc> {
  /** body info for physics debugger view */
  readonly debugBodySettings: DebugBody2DSettings;