C# Class Entitas.Pool

Exibir arquivo Open project: sschmid/Entitas-CSharp Class Usage Examples

Public Methods

Method Description
RemoveScore ( ) : void
ReplaceScore ( int newValue ) : Entity
SetScore ( int newValue ) : Entity

Method Details

RemoveScore() public method

public RemoveScore ( ) : void
return void

ReplaceScore() public method

public ReplaceScore ( int newValue ) : Entity
newValue int
return Entity

SetScore() public method

public SetScore ( int newValue ) : Entity
newValue int
return Entity