Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Hierarchy

Index

Constructors

Properties

m_bodyCount: number

Body count.

m_bodyList: b2ControllerEdge

List of bodies.

Methods

  • Clear(): void
  • RemoveBody(body: b2Body): void
  • Step(step: any): void
  • Step

    Parameters

    • step: any

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

    Returns void

Generated using TypeDoc