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

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

Syntax

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

Parameters

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

See Also