-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Gentilhomme edited this page Jul 26, 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
- Set [Documentation]
- Map<string,V>
- 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 & Scenes [Documentation]
- Addons [Documentation]
- Behavior [Documentation]
- Timer [Documentation]
- Scanner [Documentation]
- Tree [Documentation]
- Font (Deprecated) [Documentation]
- Area
- Audio [Documentation]
- StackControls [Documentation]
- Mouse & Keyboard [Documentation]
Contributor :
- Fraxken
- Purexo