Class AbstractEchoMotion<TItem>
- Namespace
- FriedSynapse.FlowEnt.Motions.Echo.Abstract
Generic Abstract Motion
public abstract class AbstractEchoMotion<TItem> : AbstractEchoMotion, IEchoMotion, 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
-
AbstractEchoMotion<TItem>
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
AbstractEchoMotion(TItem)
protected AbstractEchoMotion(TItem item)
Parameters
item
TItem
Fields
item
protected readonly TItem item
Field Value
- TItem
Properties
Item
public TItem Item { get; }
Property Value
- TItem