Sets the start and the end value Vector3 of the animator.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public void Set(
	Vector3 from,
	Vector3 to
)

Parameters

from
Type: Vector3
New start value Vector3.
to
Type: Vector3
New end value Vector3.

See Also