Package

io.scalajs.dom.html.phaser

component

Permalink

package component

Visibility
  1. Public
  2. All

Type Members

  1. trait Angle extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  2. trait Animation extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  3. trait AutoCull extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  4. trait Bounds extends Object

    Permalink

    The Bounds component contains properties related to the bounds of the Game Object.

    The Bounds component contains properties related to the bounds of the Game Object.

    Annotations
    @RawJSType() @native()
    See also

    http://phaser.io/docs/2.6.2/Phaser.Component.Bounds.html

  5. trait BringToTop extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  6. trait Core extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  7. trait Crop extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  8. trait Delta extends Object

    Permalink

    The Delta component provides access to delta values between the Game Objects current and previous position.

    The Delta component provides access to delta values between the Game Objects current and previous position.

    Annotations
    @RawJSType() @native()
    See also

    http://phaser.io/docs/2.6.2/Phaser.Component.Delta.html

  9. trait Destroy extends Object

    Permalink

    The Destroy component is responsible for destroying a Game Object.

    The Destroy component is responsible for destroying a Game Object.

    Annotations
    @RawJSType() @native()
    See also

    http://phaser.io/docs/2.6.2/Phaser.Component.Destroy.html

  10. trait FixedToCamera extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  11. trait Health extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  12. trait InCamera extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  13. trait InWorld extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  14. trait InputEnabled extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  15. trait LifeSpan extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  16. trait LoadTexture extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  17. trait Overlap extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  18. trait PhysicsBody extends Object

    Permalink

    The PhysicsBody component manages the Game Objects physics body and physics enabling.

    The PhysicsBody component manages the Game Objects physics body and physics enabling. It also overrides the x and y properties, ensuring that any manual adjustment of them is reflected in the physics body itself.

    Annotations
    @RawJSType() @native()
    See also

    https://phaser.io/docs/2.6.2/Phaser.Component.PhysicsBody.html

  19. trait Reset extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  20. trait ScaleMinMax extends Object

    Permalink

    The ScaleMinMax component allows a Game Object to limit how far it can be scaled by its parent.

    The ScaleMinMax component allows a Game Object to limit how far it can be scaled by its parent.

    Annotations
    @RawJSType() @native()
    See also

    http://phaser.io/docs/2.6.2/Phaser.Component.ScaleMinMax.html#scaleMax

  21. trait Smoothed extends Object

    Permalink
    Annotations
    @RawJSType() @native()

Value Members

  1. object PhysicsBody extends Object

    Permalink
    Annotations
    @native() @JSGlobal( "Phaser.Component.PhysicsBody" )

Ungrouped