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

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

Collections

Warning : Under development

  • List
  • SortedList (comming soon...)
  • Set [Documentation]
  • Dictionnary<K,V> (comming soon...)
  • Chunk [Documentation]
  • BinaryHeap
  • Queue
  • PriorityQueue
  • Stack

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).

Official Addons

Community Addons

Pull request your own addon ! (Maybe he going to be official)

Clone this wiki locally