A rule for moving based on Tilt / Accelerometer

Constructors

  • Construct a policy for moving an actor via tilt

    Returns TiltMovement

Accessors

  • get rigidBody(): undefined | RigidBodyComponent
  • Returns undefined | RigidBodyComponent

  • set rigidBody(body): void
  • The Actor to which this movement is attached

    Parameters

    Returns void

Methods

  • Do any last-minute adjustments related to the movement

    Parameters

    Returns void

  • Apply a force to the actor

    Parameters

    • v: b2Vec2

    Returns void

  • Update the X and Y velocity

    Parameters

    • v: b2Vec2

    Returns void

  • Update the X velocity, without affecting the Y velocity

    Parameters

    • v: number

    Returns void

  • Update the Y velocity, without affecting the X velocity

    Parameters

    • v: number

    Returns void