Skip to content

API cxCore

fabs edited this page Feb 25, 2017 · 1 revision

This is the complex core class. Here your app/game will be started and updated every frame.

API

loadScene(scene:cxScene):void

load a specific scene for your game. In this scene all your game setup will be configured

update():void

Updates the current attached scene

start():void

Starts the rendering process (60fps)

Clone this wiki locally