Crystal AI  1.0.0
Crystal.IScheduler Interface Reference

AI Scheduler interface. More...

Inheritance diagram for Crystal.IScheduler:
Crystal.Scheduler

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...
 

Detailed Description

AI Scheduler interface.

Member Function Documentation

void Crystal.IScheduler.Tick ( )

Invoking this will execute one think and update cycle.

Implemented in Crystal.Scheduler.

Property Documentation

CommandStream Crystal.IScheduler.ThinkStream
get

The Think cycle.

CommandStream Crystal.IScheduler.UpdateStream
get

The Update cycle.


The documentation for this interface was generated from the following file: