Table of Contents

Class Vector4ValueMotion

public class Vector4ValueMotion : AbstractValueMotion<Vector4>, ITweenMotion, IMotion
Inheritance
Vector4ValueMotion
Implements
Inherited Members
Extension Methods

Constructors

Vector4ValueMotion(Vector4, Vector4, Action<Vector4>)

Lerps a Vector4 value.

public Vector4ValueMotion(Vector4 from, Vector4 to, Action<Vector4> onUpdated)

Parameters

from Vector4
to Vector4
onUpdated Action<Vector4>

Properties

LerpFunction

protected override Func<Vector4, Vector4, float, Vector4> LerpFunction { get; }

Property Value

Func<Vector4, Vector4, float, Vector4>