Crystal AI
1.0.0
|
AI Scheduler interface. More...
Public Member Functions | |
void | Tick () |
Invoking this will execute one think and update cycle. More... | |
Properties | |
CommandStream | ThinkStream [get] |
The Think cycle. More... | |
CommandStream | UpdateStream [get] |
The Update cycle. More... | |
AI Scheduler interface.
void Crystal.IScheduler.Tick | ( | ) |
Invoking this will execute one think and update cycle.
Implemented in Crystal.Scheduler.
|
get |
The Think cycle.
|
get |
The Update cycle.