CoreEngine
Member Summary
Public Members | ||
public |
State: * A class representing a state. |
|
public |
StateManager: * A class representing a state machine manager. |
|
public |
Tween: * Tween is a small library for creating tweening animations in JavaScript. |
|
public |
collector: * This plugin gives you an easy and beneficial way to reuse objects, as well as slow down the garbage collector. |
|
public |
pulse: * A plugin that allows you to listen to events that happen on diobs. |
|
public |
resonance: * A plugin that will easily allow you to play sounds and control them. |
|
public |
utils: * A small plugin full of useful things. |
|
public |
version: * The version of the module. |
Public Members
public Tween: * source
Tween is a small library for creating tweening animations in JavaScript. It allows you to smoothly animate an object's properties from one value to another over a specified duration using easing functions.
public collector: * source
This plugin gives you an easy and beneficial way to reuse objects, as well as slow down the garbage collector.
public pulse: * source
A plugin that allows you to listen to events that happen on diobs. Have your code called alongside an event!