C# Class TestReactiveSystem, Entitas-CSharp

Inheritance: IReactiveSystem
ファイルを表示 Open project: sschmid/Entitas-CSharp Class Usage Examples

Public Methods

Method Description
TestReactiveSystem ( Contexts contexts ) : System.Collections.Generic

Protected Methods

Method Description
Execute ( List entities ) : void
Filter ( Entity entity ) : bool
GetTrigger ( Context context ) : Collector

Method Details

Execute() protected method

protected Execute ( List entities ) : void
entities List
return void

Filter() protected method

protected Filter ( Entity entity ) : bool
entity Entity
return bool

GetTrigger() protected method

protected GetTrigger ( Context context ) : Collector
context Context
return Collector

TestReactiveSystem() public method

public TestReactiveSystem ( Contexts contexts ) : System.Collections.Generic
contexts Entitas.Contexts
return System.Collections.Generic