interface IRangedAnimationValueWithRandom {
    animation: IRangedAnimation;
    value: RangeValue;
}

Hierarchy (view full)

Properties

Properties

animation: IRangedAnimation
value: RangeValue