C# Class Nez.EntitySystem

Afficher le fichier Open project: prime31/Nez Class Usage Examples

Protected Properties

Свойство Type Description
_entities List
_matcher Matcher
_scene Scene

Méthodes publiques

Méthode Description
EntitySystem ( ) : System
EntitySystem ( Matcher matcher ) : System
add ( System.Entity entity ) : void
lateUpdate ( ) : void
onAdded ( System.Entity entity ) : void
onChange ( System.Entity entity ) : void
onRemoved ( System.Entity entity ) : void
remove ( System.Entity entity ) : void
update ( ) : void

Méthodes protégées

Méthode Description
begin ( ) : void
end ( ) : void
lateProcess ( List entities ) : void
process ( List entities ) : void

Method Details

EntitySystem() public méthode

public EntitySystem ( ) : System
Résultat System

EntitySystem() public méthode

public EntitySystem ( Matcher matcher ) : System
matcher Matcher
Résultat System

add() public méthode

public add ( System.Entity entity ) : void
entity System.Entity
Résultat void

begin() protected méthode

protected begin ( ) : void
Résultat void

end() protected méthode

protected end ( ) : void
Résultat void

lateProcess() protected méthode

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

lateUpdate() public méthode

public lateUpdate ( ) : void
Résultat void

onAdded() public méthode

public onAdded ( System.Entity entity ) : void
entity System.Entity
Résultat void

onChange() public méthode

public onChange ( System.Entity entity ) : void
entity System.Entity
Résultat void

onRemoved() public méthode

public onRemoved ( System.Entity entity ) : void
entity System.Entity
Résultat void

process() protected méthode

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

remove() public méthode

public remove ( System.Entity entity ) : void
entity System.Entity
Résultat void

update() public méthode

public update ( ) : void
Résultat void

Property Details

_entities protected_oe property

protected List _entities
Résultat List

_matcher protected_oe property

protected Matcher,Nez _matcher
Résultat Matcher

_scene protected_oe property

protected Scene _scene
Résultat Scene