C# Class StarWarrior.Components.ExpiresComponent

The expires.
Inheritance: IComponent
Show file Open project: thelinuxlich/starwarrior_CSharp

Public Methods

Method 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 method

Initializes a new instance of the ExpiresComponent class.
public ExpiresComponent ( ) : Artemis.Interface
return Artemis.Interface

ExpiresComponent() public method

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

ReduceLifeTime() public method

The reduce life time.
public ReduceLifeTime ( float lifeTimeDelta ) : void
lifeTimeDelta float The life time.
return void