Namespace: Chill

Chill

todoc
Source:

Classes

App
Debugger

Methods

(static) createAbstractElement(elementID, elementType, elementUseopt, argsopt) → {Chill}

Creates an AbstractElement
Parameters:
Name Type Attributes Description
elementID String
elementType String
elementUse Object <optional>
args Array <optional>
Source:
See:
Returns:
Chill
this

(static) createClass(className, classData) → {Object}

Creates a new class
Parameters:
Name Type Description
className String
classData Object
Source:
Returns:
Object
Chill

(static) createElementType(type, createData) → {Object}

Creates a new Element type
Parameters:
Name Type Description
type String
createData Object
Properties
Name Type Attributes Description
constructor function
prototype function | Object <optional>
extends String <optional>
instantiatable Boolean <optional>
extendable Boolean <optional>
Source:
Returns:
Object
Chill

(static) createMask(maskID, mask) → {Object}

Creates a new mask
Parameters:
Name Type Description
maskID String
mask function
Source:
Returns:
Object
Chill

(static) createPlugin(pluginID, pluginConstructor, pluginConfigopt, forceopt) → {Object}

Creates a new plugin
Parameters:
Name Type Attributes Description
pluginID String
pluginConstructor function
pluginConfig Object <optional>
force Boolean <optional>
Source:
Returns:
Object
Chill

(static) out(app, wrapper, callbackopt) → {Scene}

Instantiates a chill application
Parameters:
Name Type Attributes Description
app Chill.App
wrapper String | HTMLElement
callback function <optional>
Source:
Returns:
Scene