Packages

  • package root
    Definition Classes
    root
  • package io
    Definition Classes
    root
  • package scalajs
    Definition Classes
    io
  • package dom
    Definition Classes
    scalajs
  • package html
    Definition Classes
    dom
  • package pixijs

    pixijs package object

    pixijs package object

    Definition Classes
    html
  • object PIXI extends Object

    Pixi.js — A 2D JavaScript Renderer

    Pixi.js — A 2D JavaScript Renderer

    The aim of this project is to provide a fast lightweight 2D library that works across all devices. The Pixi renderer allows everyone to enjoy the power of hardware acceleration without prior knowledge of WebGL. Also, it's fast. Really fast.

    If you want to keep up to date with the latest pixi.js news then feel free to follow us on twitter (@doormat23, and @rolnaaba) and we will keep you posted! You can also check back on our site as any breakthroughs will be posted up there too!

    Definition Classes
    pixijs
    Annotations
    @native() @JSName( "PIXI" )
    Version

    3.0

    See also

    http://pixijs.github.io/docs

  • object loaders extends Object

    PIXI.loaders object

    PIXI.loaders object

    Definition Classes
    PIXI
    Annotations
    @native() @JSName( "loaders" )
  • Loader

class Loader extends ResourceLoader

The new loader, extends Resource Loader by Chad Engler : https://github.com/englercj/resource-loader

Annotations
@RawJSType() @native() @JSName( "Loader" )
Linear Supertypes
ResourceLoader, Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Loader
  2. ResourceLoader
  3. Object
  4. Any
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Loader(baseUrl: String = js.native, concurrency: Int = js.native)

    baseUrl

    The base url for all resources loaded by this loader.

    concurrency

    The number of resources to load concurrently.

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  10. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  17. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  18. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  19. def toLocaleString(): String
    Definition Classes
    Object
  20. def toString(): String
    Definition Classes
    AnyRef → Any
  21. def valueOf(): Any
    Definition Classes
    Object
  22. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ResourceLoader

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped