Skip to content
Gentilhomme edited this page Jul 27, 2016 · 60 revisions

The section wiki is here to help you to understand how work each part of the core addons.

Collections

Warning : Many of these collections are in alpha stage.

How declare one of these collections ?

const set: United.Collections.Set<string> = new United.Collections.Set(["mdr","xd"]); 

Core

The most important part of the framework is the Engine. You need to know how his work ! ( take the following schema to understand how the engine work together with addons, scenes & chunks).

How work the framework

Addons

Clone this wiki locally