Base class for controllers. Controllers are a convience for encapsulating common per-step functionality.

Hierarchy (View Summary)

Constructors

Properties

m_bodyCount: number

Body count.

m_bodyList: b2ControllerEdge

List of bodies.

Methods

  • Step

    Parameters

    • step: any

      b2TimeStep -> Private internal class. Not sure why this is exposed.

    Returns void