C# Class World.ToyWorldCore.AutoupdateRegister

Show file Open project: GoodAI/BrainSimulator Class Usage Examples

Public Methods

Method Description
AutoupdateRegister ( int registerSize = 100 ) : System
Register ( IAutoupdateableGameActor actor, int timePeriod = 1 ) : void
Tick ( ) : void
UpdateItems ( IAtlas atlas, TilesetTable table ) : void

Private Methods

Method Description
Invariants ( ) : void

Method Details

AutoupdateRegister() public method

public AutoupdateRegister ( int registerSize = 100 ) : System
registerSize int
return System

Register() public method

public Register ( IAutoupdateableGameActor actor, int timePeriod = 1 ) : void
actor IAutoupdateableGameActor
timePeriod int
return void

Tick() public method

public Tick ( ) : void
return void

UpdateItems() public method

public UpdateItems ( IAtlas atlas, TilesetTable table ) : void
atlas IAtlas
table World.GameActors.Tiles.TilesetTable
return void