Functions
 FunctionDescription
 construct This function is used to construct an object from the class and an array of parameters.
 interpolateColors This function is used to find a color between two other colors.
Classes
 ClassDescription
 DisplayObjectUtils Utility methods for use with display objects.
 FastWeightedArray A FastWeightedArray performes the same purpose as a WeightedArray but this array is optimized to select random items in a large array much more rapidly.
 FrameUpdater This class is used to provide a constant tick event to update the emitters every frame.
 Maths The Maths class contains a coupleof useful methods for use in maths functions.
 WeightedArray A WeightedArray is a collection of values that are weighted.