-
Notifications
You must be signed in to change notification settings - Fork 15
tbriley edited this page Mar 10, 2016
·
1 revision
Welcome to the uFrame Entity Component Documentation!
- Components
- Groups
- Systems
- Handlers
- Events
- Descriptors
- The Entity Component
- Create Custom Actions
- Get More Actions
The Developer API documentation is located here
- Getting Started - Project Setup
- Creating Components - Hello World Example
- Creating And Using Groups - Component Matching
- Creating And Using Groups 2 - Expression Filtering
- Creating And Using Custom Events
- Creating Custom Actions
- Creating Code Handlers
| Classes | Description |
|---|---|
| EcsSystem | Used for listening to events, and invoking handlers. |
| EcsComponent | The base class for all components, it is an extended version of MonoBehaviour. |
| Code Handlers | Used to actually execute an action or sequence of actions invoked by a system. |