-
Notifications
You must be signed in to change notification settings - Fork 0
Home
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.
Warning : Under development
- List
- SortedList (comming soon...)
- Set [Documentation]
- Dictionnary<K,V> (comming soon...)
- Chunk [Documentation]
- BinaryHeap
- Queue
- PriorityQueue
- Stack
const set: United.Collections.Set<string> = new United.Collections.Set(["mdr","xd"]);
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).
- Engine [Documentation]
- Addons [Documentation]
- Behavior [Documentation]
- Timer [Documentation]
- Scanner [Documentation]
- Tree [Documentation]
- Font [Documentation]
- Audio
- StackControls [Documentation]
- Mouse & Keyboard [Documentation]
Pull request your own addon ! (Maybe he going to be official)
Contributor :
- Fraxken
- Purexo