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.
|
public ExpiresComponent ( ) : Artemis.Interface | ||
return | Artemis.Interface |
public ExpiresComponent ( float lifeTime ) : Artemis.Interface | ||
lifeTime | float | The life time. |
return | Artemis.Interface |
public ReduceLifeTime ( float lifeTimeDelta ) : void | ||
lifeTimeDelta | float | The life time. |
return | void |