Table of Contents

Class EchoMotionProxyArray<TItem>

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 Echo
array 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>>

Returns

Echo