Package

io.scalajs.dom.html.phaser.physics

ninja

Permalink

package ninja

Visibility
  1. Public
  2. All

Type Members

  1. class AABB extends Object

    Permalink

    Ninja Physics AABB constructor.

    Ninja Physics AABB constructor. Note: This class could be massively optimised and reduced in size. I leave that challenge up to you.

    Annotations
    @RawJSType() @native() @JSName( "Phaser.Physics.Ninja.AABB" )
  2. 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, bounce values etc all on the Body.

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

    http://phaser.io/docs/2.6.2/Phaser.Physics.Ninja.Body.html

Ungrouped