C# Class Entitas.Systems

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

Protected Properties

Свойство Type Description
_cleanupSystems List
_executeSystems List
_initializeSystems List
_tearDownSystems List

Méthodes publiques

Méthode Description
ActivateReactiveSystems ( ) : void
Add ( ISystem system ) : Systems
Cleanup ( ) : void
ClearReactiveSystems ( ) : void
DeactivateReactiveSystems ( ) : void
Execute ( ) : void
Initialize ( ) : void
Systems ( ) : System.Collections.Generic
TearDown ( ) : void

Method Details

ActivateReactiveSystems() public méthode

public ActivateReactiveSystems ( ) : void
Résultat void

Add() public méthode

public Add ( ISystem system ) : Systems
system ISystem
Résultat Systems

Cleanup() public méthode

public Cleanup ( ) : void
Résultat void

ClearReactiveSystems() public méthode

public ClearReactiveSystems ( ) : void
Résultat void

DeactivateReactiveSystems() public méthode

public DeactivateReactiveSystems ( ) : void
Résultat void

Execute() public méthode

public Execute ( ) : void
Résultat void

Initialize() public méthode

public Initialize ( ) : void
Résultat void

Systems() public méthode

public Systems ( ) : System.Collections.Generic
Résultat System.Collections.Generic

TearDown() public méthode

public TearDown ( ) : void
Résultat void

Property Details

_cleanupSystems protected_oe property

protected List _cleanupSystems
Résultat List

_executeSystems protected_oe property

protected List _executeSystems
Résultat List

_initializeSystems protected_oe property

protected List _initializeSystems
Résultat List

_tearDownSystems protected_oe property

protected List _tearDownSystems
Résultat List