Table of Contents

Class AbstractRandomStructValueMotion<TItem, TValue>

public abstract class AbstractRandomStructValueMotion<TItem, TValue> : AbstractValueMotion<TItem, TValue>, ITweenMotion, IMotion where TValue : struct

Type Parameters

TItem
TValue
Inheritance
AbstractValueMotion<TItem, TValue>
AbstractRandomStructValueMotion<TItem, TValue>
Implements
Derived
Inherited Members
Extension Methods

Constructors

AbstractRandomStructValueMotion(TItem, TValue?, TValue)

protected AbstractRandomStructValueMotion(TItem item, TValue? from, TValue to)

Parameters

item TItem
from TValue?
to TValue

AbstractRandomStructValueMotion(TItem, TValue)

protected AbstractRandomStructValueMotion(TItem item, TValue value)

Parameters

item TItem
value TValue