| Class Class is created to aid the developer. |
| Hilo The underlying core set of methods. |
| EventMixin is a mixin on event related functions. |
| Camera. |
| Camera3d is a pseudo-3d camera. |
| ParticleSystem A particle system. |
| Matrix class is a transforming matrix, which declare how points in one coordinate maped to another coordinate. |
| LoadQueue is a queue-like loader. |
| HTMLAudio is an audio playing module, which uses HTMLAudioElement to play audio. |
| WebAudio audio playing module. |
| Audio playing manager. |
| CanvasRenderer CanvasRenderer, all the visual object is drawing on the canvas element.The stage will create different renderer depend on the canvas and renderType properties, developer need not use this class directly. |
| DomRenderer The DomRenderer, all the visual object is drawing using dom element.The stage will create different renderer depend on the canvas and renderType properties, developer need not use this class directly. |
| Renderer Renderer is the base class of renderer. |
| WebGLRenderer The WebGLRenderer, all the visual object is drawing on the canvas using WebGL.The stage will create different renderer depend on the canvas and renderType properties, developer need not use this class directly. |
| Ease class provides multiple easing functions for Tween. |
| Tween class makes tweening (easing, slow motion). |
| TextureAtlas纹理集是将许多小的纹理图片整合到一起的一张大图。这个类可根据一个纹理集数据读取纹理小图、精灵动画等。 |
| Ticker is a Timer. |
| Browser feature set |
| drag A mixin that contains drag method.You can mix drag method to the visual target by use Class.mix(target, drag) or Hilo.util.copy(target, drag). |
| util method set |
| Bitmap |
| BitmapText support bitmap text function ,but only support single-line text |
| Button class is a simple button class, contains four kinds of state: 'up', 'over', 'down', 'disabled' |
| CacheMixin A mixin that contains cache method.You can mix cache method to the target by use Class.mix(target, CacheMixin). |
| Container is the base class to all container classes. |
| DOMElement is a wrapper of dom element. |
| Drawable is a wrapper of drawable images. |
| Graphics class contains a group of functions for creating vector graphics. |
| Sprite animation class. |
| Stage is the root of all visual object tree, any visual object will be render only after being added to Stage or any children elements of Stage. |
| Text class provide basic text-display function, use DOMElement for complex text-display. |
| View View is the base class of all display objects |