C# Class MoveSystem, Entitas-CSharp

Inheritance: IExecuteSystem, ISetPool
显示文件 Open project: sschmid/Entitas-CSharp Class Usage Examples

Public Methods

Method Description
Execute ( ) : void
SetPool ( Context pool ) : void

Method Details

Execute() public method

public Execute ( ) : void
return void

SetPool() public method

public SetPool ( Context pool ) : void
pool Context
return void