TiltService stores the configuration for working with Tilt in a game. This includes the actors affected by tilt, and the parameters for translating tilt events into physics interactions for those actors.

Constructors

Properties

tiltMax: b2Vec2 = ...

Magnitude of the maximum gravity the accelerometer can create

tiltMultiplier: number = 1

A multiplier to apply to tilt (accelerometer) readings

tiltVelocityOverride: boolean = false
  • Should tilt act as a velocity instead of a force?

Methods

  • Indicate that an actor should be controlled by tilt.

    Parameters

    • actor: TiltMovement

      The TiltMovement component of the actor to start controlling via tilt

    Returns void

  • The main render loop calls this to determine what to do when there is a phone tilt

    Returns void

  • Reset the Tilt Service

    Returns void