Table of Contents

Class AbstractTweenMotion<TItem>

Generic Abstract Motion

public abstract class AbstractTweenMotion<TItem> : AbstractTweenMotion, ITweenMotion, IMotion

Type Parameters

TItem

Generic Type for the motion. There is a read only property of type <T> called item that can be used and it's required on the constructor.

Inheritance
AbstractTweenMotion<TItem>
Implements
Derived
Inherited Members
Extension Methods

Constructors

AbstractTweenMotion(TItem)

protected AbstractTweenMotion(TItem item)

Parameters

item TItem

Fields

item

protected readonly TItem item

Field Value

TItem

Properties

Item

public TItem Item { get; }

Property Value

TItem