C# Class Entitas.Pool

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

Méthodes publiques

Méthode Description
RemoveScore ( ) : void
ReplaceScore ( int newValue ) : Entity
SetScore ( int newValue ) : Entity

Method Details

RemoveScore() public méthode

public RemoveScore ( ) : void
Résultat void

ReplaceScore() public méthode

public ReplaceScore ( int newValue ) : Entity
newValue int
Résultat Entity

SetScore() public méthode

public SetScore ( int newValue ) : Entity
newValue int
Résultat Entity