C# Class Entitas.ReactiveSystem

Inheritance: IExecuteSystem
Afficher le fichier Open project: sschmid/Entitas-CSharp Class Usage Examples

Méthodes publiques

Méthode Description
Activate ( ) : void
Clear ( ) : void
Deactivate ( ) : void
Execute ( ) : void
ToString ( ) : string

Méthodes protégées

Méthode Description
Execute ( List entities ) : void
Filter ( Entity entity ) : bool
GetTrigger ( Context context ) : Collector
ReactiveSystem ( Collector collector ) : System.Collections.Generic
ReactiveSystem ( Context context ) : System.Collections.Generic

Method Details

Activate() public méthode

public Activate ( ) : void
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

Deactivate() public méthode

public Deactivate ( ) : void
Résultat void

Execute() public méthode

public Execute ( ) : void
Résultat void

Execute() protected abstract méthode

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

Filter() protected abstract méthode

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

GetTrigger() protected abstract méthode

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

ReactiveSystem() protected méthode

protected ReactiveSystem ( Collector collector ) : System.Collections.Generic
collector Collector
Résultat System.Collections.Generic

ReactiveSystem() protected méthode

protected ReactiveSystem ( Context context ) : System.Collections.Generic
context Context
Résultat System.Collections.Generic

ToString() public méthode

public ToString ( ) : string
Résultat string