Skip to content

BulletScreenEngine Object

scottxu edited this page Jan 6, 2019 · 7 revisions

Description

BulletScreenEngine is the bullet-screen engine object.

Constructed function

Grammar

var bulletScreenEngine = new BulletScreenEngine(element, option, renderMode);

Parameters

element Element Object

Required A html element for displaying bullet-screens.

Optional Global Options

renderMode String

Optional Render Mode: The default value is "canvas"(recommended). You can also choose "css3" and "webgl".

Functions

See BulletScreenEngine Functions.

Attributes

See BulletScreenEngine Attributes.

Clone this wiki locally