Classes
Namespaces
Type Definitions
-
ApplicationOption
-
Type:
- object
- Source:
Properties:
Name Type Argument Default Description width
number <optional>
lib.properties.width Horizontal resolution of canvas.
usePreRender
bool <optional>
true Whether render bitmaps before starting the content.
useWebGL
bool <optional>
true Whether use webGL render.
typeKit
TypeKitData <optional>
null Data related to TypeKit font used in content. (since v1.1.1)
googleFont
GoogleFontData <optional>
null Data related to GoogleFont used in content. (since v1.1.1)
-
GoogleFontData
-
Type:
- object
-
ImageDefinitionData
-
Type:
- object
-
LoadContentData
-
Type:
- object
- Since:
-
- 1.1.2
- Source:
Properties:
Name Type Description name
string Object name in response.
path
string File path.
lib
string Name of library object. (Maybe, named 'lib')
root
string Name of the root object in library object.
images
string Name of images object. (Maybe, named 'images')
ss
string Name of sprite sheet object. (Maybe, named 'ss')
basePath
string Basement path of aseets.
-
LoadCSVData
-
Type:
- object
-
TypeKitData
-
In animate CC "publish setting", you need to register the domain to use for the service.
Type:
- object
Events
-
built
-
Fires when built root instance by Creap.Application#start.
-
initialized
-
Fires when call new Creap.Application().
-
started
-
Fires when call Creap.Application#start.
-
stopped
-
Fires when call Creap.Application#stop.