C# Class ReactiveSystemSpy, Entitas-CSharp

Inheritance: Entitas.ReactiveSystem, IReactiveSystemSpy, IInitializeSystem, ICleanupSystem, ITearDownSystem
Afficher le fichier Open project: sschmid/Entitas-CSharp Class Usage Examples

Méthodes publiques

Свойство Type Description
executeAction Action>

Protected Properties

Свойство Type Description
_didCleanup int
_didExecute int
_didInitialize int
_didTearDown int
_entities Entity[]

Méthodes publiques

Méthode Description
Cleanup ( ) : void
Initialize ( ) : void
ReactiveSystemSpy ( Collector collector ) : System
ReactiveSystemSpy ( Collector collector, bool>.Func filter ) : System
TearDown ( ) : void

Méthodes protégées

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

Method Details

Cleanup() public méthode

public Cleanup ( ) : void
Résultat void

Execute() protected méthode

protected Execute ( List entities ) : void
entities List
Résultat void

Filter() protected méthode

protected Filter ( Entity entity ) : bool
entity Entity
Résultat bool

GetTrigger() protected méthode

protected GetTrigger ( Context context ) : Collector
context Context
Résultat Collector

Initialize() public méthode

public Initialize ( ) : void
Résultat void

ReactiveSystemSpy() public méthode

public ReactiveSystemSpy ( Collector collector ) : System
collector Collector
Résultat System

ReactiveSystemSpy() public méthode

public ReactiveSystemSpy ( Collector collector, bool>.Func filter ) : System
collector Collector
filter bool>.Func
Résultat System

TearDown() public méthode

public TearDown ( ) : void
Résultat void

Property Details

_didCleanup protected_oe property

protected int _didCleanup
Résultat int

_didExecute protected_oe property

protected int _didExecute
Résultat int

_didInitialize protected_oe property

protected int _didInitialize
Résultat int

_didTearDown protected_oe property

protected int _didTearDown
Résultat int

_entities protected_oe property

protected Entity[] _entities
Résultat Entity[]

executeAction public_oe property

public Action> executeAction
Résultat Action>