Crystal AI
1.0.0
|
The AI Scheduler class distributes the execution of the think and update methods of the contained AIs in time to avoid excessive lag spikes. More...
Public Member Functions | |
void | Tick () |
Tick this instance. More... | |
Scheduler () | |
Initializes a new instance of the T:Crystal.Scheduler class. More... | |
Properties | |
CommandStream | ThinkStream [get] |
The Think cycle. More... | |
CommandStream | UpdateStream [get] |
The Update cycle. More... | |
Properties inherited from Crystal.IScheduler | |
CommandStream | ThinkStream [get] |
The Think cycle. More... | |
CommandStream | UpdateStream [get] |
The Update cycle. More... | |
The AI Scheduler class distributes the execution of the think and update methods of the contained AIs in time to avoid excessive lag spikes.
|
inline |
Initializes a new instance of the T:Crystal.Scheduler class.
|
inline |
Tick this instance.
Implements Crystal.IScheduler.
|
get |
The Think cycle.
|
get |
The Update cycle.
The update queue.