Table of Contents

Class Vector3ValueMotion

Lerps a Vector3 value.

public class Vector3ValueMotion : AbstractValueMotion<Vector3>, ITweenMotion, IMotion
Inheritance
Vector3ValueMotion
Implements
Inherited Members
Extension Methods

Constructors

Vector3ValueMotion(Vector3, Vector3, Action<Vector3>)

public Vector3ValueMotion(Vector3 from, Vector3 to, Action<Vector3> onUpdated)

Parameters

from Vector3
to Vector3
onUpdated Action<Vector3>

Properties

LerpFunction

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

Property Value

Func<Vector3, Vector3, float, Vector3>