Class EchoMotionProxyArray<TItem>
- Namespace
- FriedSynapse.FlowEnt
Wrapper class that is used to apply motions to an array of objects of any type using a echo
public class EchoMotionProxyArray<TItem>
Type Parameters
TItem
- Inheritance
-
EchoMotionProxyArray<TItem>
- Inherited Members
- Extension Methods
Constructors
EchoMotionProxyArray(Echo, TItem[])
public EchoMotionProxyArray(Echo echo, TItem[] array)
Parameters
echo
Echoarray
TItem[]
Methods
Apply(Action<EchoMotionProxy<TItem>>)
Provides a callback used to apply all the motions needed(not echo settings because it would apply them for each member of the array).
public Echo Apply(Action<EchoMotionProxy<TItem>> applyCallback)
Parameters
applyCallback
Action<EchoMotionProxy<TItem>>