C# Класс StarWarrior.Components.ExpiresComponent

The expires.
Наследование: IComponent
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

ExpiresComponent() публичный Метод

Initializes a new instance of the ExpiresComponent class.
public ExpiresComponent ( ) : Artemis.Interface
Результат Artemis.Interface

ExpiresComponent() публичный Метод

Initializes a new instance of the ExpiresComponent class.
public ExpiresComponent ( float lifeTime ) : Artemis.Interface
lifeTime float The life time.
Результат Artemis.Interface

ReduceLifeTime() публичный Метод

The reduce life time.
public ReduceLifeTime ( float lifeTimeDelta ) : void
lifeTimeDelta float The life time.
Результат void