Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 1.36 KB

Overview.md

File metadata and controls

33 lines (29 loc) · 1.36 KB

uFrame Entity Component System

Welcome to the uFrame Entity Component Documentation!

Overview

Developer API

The Developer API documentation is located here

Tutorials

API

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.