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

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

Syntax

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

Parameters

from
Type: System..::.Single
New start value Single.
to
Type: System..::.Single
New end value Single.

See Also