2 using DirectOutput.Table;
4 namespace DirectOutput.FX.TimmedFX
13 private int _DurationMs = 500;
23 get {
return _DurationMs; }
24 set { _DurationMs = value.Limit(0, 500); }
37 if (TargetEffect != null)
59 private void TriggerTargetEffect(
object AlarmParameter)
61 if (TargetEffect != null)
69 Log.
Exception(
"The target effect {0} of the ExtendDurationEffect {1} has trown a exception.".Build(TargetEffectName, Name), E);
90 public override void Finish()