Table of Contents

Interface IAbstractAnimator

Namespace
Lime
Assembly
Lime.dll
public interface IAbstractAnimator

Properties

Animable

IAnimable Animable { get; }

Property Value

IAnimable

Duration

int Duration { get; }

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

Type ValueType { get; }

Property Value

Type

Methods

Apply(double)

void Apply(double time)

Parameters

time double

ExecuteTriggersInRange(double, double, bool)

void ExecuteTriggersInRange(double minTime, double maxTime, bool executeTriggerAtMaxTime)

Parameters

minTime double
maxTime double
executeTriggerAtMaxTime bool