Package

io.scalajs.dom.html.phaser.physics

arcade

Permalink

package arcade

Visibility
  1. Public
  2. All

Type Members

  1. class Body extends Object

    Permalink

    The Physics Body is linked to a single Sprite.

    The Physics Body is linked to a single Sprite. All physics operations should be performed against the body rather than the Sprite itself. For example you can set the velocity, acceleration, bounce values etc all on the Body.

    Annotations
    @RawJSType() @native() @JSName( "Phaser.Physics.Arcade.Body" )
    See also

    https://phaser.io/docs/2.6.2/Phaser.Physics.Arcade.Body.html

Ungrouped