All Class Index(v1.6.0)

Class

Info

Class

Class Class is created to aid the developer.

Hilo

Hilo The underlying core set of methods.

EventMixin

EventMixin is a mixin on event related functions.

Camera

Camera.

Camera3d

Camera3d is a pseudo-3d camera.

ParticleSystem

ParticleSystem A particle system.

Matrix

Matrix class is a transforming matrix, which declare how points in one coordinate maped to another coordinate.

LoadQueue

LoadQueue is a queue-like loader.

HTMLAudio

HTMLAudio is an audio playing module, which uses HTMLAudioElement to play audio.

WebAudio

WebAudio audio playing module.

WebSound

Audio playing manager.

CanvasRenderer

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

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 Renderer is the base class of renderer.

WebGLRenderer

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

Ease class provides multiple easing functions for Tween.

Tween

Tween class makes tweening (easing, slow motion).

TextureAtlas

TextureAtlas纹理集是将许多小的纹理图片整合到一起的一张大图。这个类可根据一个纹理集数据读取纹理小图、精灵动画等。

Ticker

Ticker is a Timer.

browser

Browser feature set

drag

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

util method set

Bitmap

Bitmap

BitmapText

BitmapText support bitmap text function ,but only support single-line text

Button

Button class is a simple button class, contains four kinds of state: 'up', 'over', 'down', 'disabled'

CacheMixin

CacheMixin A mixin that contains cache method.You can mix cache method to the target by use Class.mix(target, CacheMixin).

Container

Container is the base class to all container classes.

DOMElement

DOMElement is a wrapper of dom element.

Drawable

Drawable is a wrapper of drawable images.

Graphics

Graphics class contains a group of functions for creating vector graphics.

Sprite

Sprite animation class.

Stage

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

Text class provide basic text-display function, use DOMElement for complex text-display.

View

View View is the base class of all display objects