C# 클래스 StarWarrior.Components.ExpiresComponent

The expires.
상속: IComponent
파일 보기 프로젝트 열기: thelinuxlich/starwarrior_CSharp

공개 메소드들

메소드 설명
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