Options
All
  • Public
  • Public/Protected
  • All
Menu

Class b2ControllerEdge

A controller edge is used to connect bodies and controllers together in a bipartite graph.

Hierarchy

  • b2ControllerEdge

Index

Constructors

constructor

Properties

Readonly body

body: b2Body

Readonly controller

controller: b2Controller

nextBody

nextBody: b2ControllerEdge | null = null

nextController

nextController: b2ControllerEdge | null = null

prevBody

prevBody: b2ControllerEdge | null = null

prevController

prevController: b2ControllerEdge | null = null

Generated using TypeDoc