C# Class StarWarrior.Components.ExpiresComponent

The expires.
Inheritance: IComponent
Afficher le fichier Open project: thelinuxlich/starwarrior_CSharp

Méthodes publiques

Méthode Description
ExpiresComponent ( ) : Artemis.Interface

Initializes a new instance of the ExpiresComponent class.

ExpiresComponent ( float lifeTime ) : Artemis.Interface

Initializes a new instance of the ExpiresComponent class.

ReduceLifeTime ( float lifeTimeDelta ) : void

The reduce life time.

Method Details

ExpiresComponent() public méthode

Initializes a new instance of the ExpiresComponent class.
public ExpiresComponent ( ) : Artemis.Interface
Résultat Artemis.Interface

ExpiresComponent() public méthode

Initializes a new instance of the ExpiresComponent class.
public ExpiresComponent ( float lifeTime ) : Artemis.Interface
lifeTime float The life time.
Résultat Artemis.Interface

ReduceLifeTime() public méthode

The reduce life time.
public ReduceLifeTime ( float lifeTimeDelta ) : void
lifeTimeDelta float The life time.
Résultat void