API Documentation for: 1.1.23
Show:

Application Class

Defined in: Application:8
Namespace: cloudkid

An application is an abstract class which extends createjs.Container and is managed by the cloudkid.OS

Item Index

Methods

destroy

() public

Defined in destroy:58

Destroy the application, don't use after this

init

() public

Defined in init:40

The application is ready to use, added to stage

resize

() public

Defined in resize:66

Resize the application

update

(
  • elapsed
)
public

Defined in update:48

The updated function called by the OS this function is implementation-specific

Parameters:

  • elapsed Int

    The number of MS since the last frame update