C# Class CUE.NET.Effects.EffectTimeContainer

Represents a wrapped effect with additional time information.
Show file Open project: DarthAffe/CUE.NET Class Usage Examples

Public Methods

Method Description
EffectTimeContainer ( IEffect effect, long ticksAtLastUpdate )

Initializes a new instance of the EffectTimeContainer class.

Method Details

EffectTimeContainer() public method

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.