Table of Contents

Class AbstractRandomStructValueMotion<TItem, TValue>.AbstractFromToBuilder<T>

[Serializable]
public abstract class AbstractRandomStructValueMotion<TItem, TValue>.AbstractFromToBuilder<T> : AbstractTweenMotion<TItem>.AbstractBuilder, IBuilder<AbstractTweenMotion>, IMotionBuilder, IListBuilderItem where T : struct

Type Parameters

T
Inheritance
AbstractRandomStructValueMotion<TItem, TValue>.AbstractFromToBuilder<T>
Implements
Derived
Inherited Members
Extension Methods

Fields

from

[EnableIfAttribute]
protected RandomBuilder<T> from

Field Value

RandomBuilder<T>

hasFromValue

protected bool hasFromValue

Field Value

bool

to

protected RandomBuilder<T> to

Field Value

RandomBuilder<T>