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