Welcome to the uFrame Entity Component Documentation!
- Components
- Groups
- Systems
- Handlers
- Events
- Descriptors
- The Entity Component
- Entity Proxies
- 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. |