Class AbstractTweenMotion<TItem>
- Namespace
 - FriedSynapse.FlowEnt.Motions.Tween.Abstract
 
Generic Abstract Motion
public abstract class AbstractTweenMotion<TItem> : AbstractTweenMotion, ITweenMotion, IMotion, IObjectMotion
  Type Parameters
TItemGeneric Type for the motion. There is a read only property of type <TItem> 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
itemTItem
Fields
item
protected readonly TItem item
  Field Value
- TItem
 
Properties
Item
public TItem Item { get; }
  Property Value
- TItem