C# 클래스 CUE.NET.Effects.EffectTimeContainer

Represents a wrapped effect with additional time information.
파일 보기 프로젝트 열기: DarthAffe/CUE.NET 1 사용 예제들

공개 메소드들

메소드 설명
EffectTimeContainer ( IEffect effect, long ticksAtLastUpdate )

Initializes a new instance of the EffectTimeContainer class.

메소드 상세

EffectTimeContainer() 공개 메소드

Initializes a new instance of the EffectTimeContainer class.
public EffectTimeContainer ( IEffect effect, long ticksAtLastUpdate )
effect IEffect The wrapped effect.
ticksAtLastUpdate long The tick-count from the last time the effect was updated.