Interface IAbstractAnimator
- Namespace
- Lime
- Assembly
- Lime.dll
public interface IAbstractAnimator
Properties
Animable
IAnimable Animable { get; }
Property Value
- IAnimable
Duration
Property Value
- int
EasingCalculator
IEasingCalculator EasingCalculator { get; set; }
Property Value
- IEasingCalculator
IsTriggerable
bool IsTriggerable { get; }
Property Value
- bool
TargetPropertyPathComparisonCode
int TargetPropertyPathComparisonCode { get; }
Property Value
- int
ValueType
Property Value
- Type
Methods
Apply(double)
Parameters
time
double
ExecuteTriggersInRange(double, double, bool)
void ExecuteTriggersInRange(double minTime, double maxTime, bool executeTriggerAtMaxTime)
Parameters
minTime
double
maxTime
double
executeTriggerAtMaxTime
bool