Table of Contents

Class AbstractEventMotion<T>

public abstract class AbstractEventMotion<T> : AbstractTweenMotion, ITweenMotion, IMotion

Type Parameters

T
Inheritance
AbstractEventMotion<T>
Implements
Derived
Inherited Members
Extension Methods

Constructors

AbstractEventMotion(Action<T>)

protected AbstractEventMotion(Action<T> onUpdated)

Parameters

onUpdated Action<T>

Fields

onUpdated

protected readonly Action<T> onUpdated

Field Value

Action<T>