Performs camera animation according to the given parameters.

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public void Animate(
	XViewportMouseControllerState from,
	XVMCAnimate prms,
	XViewportMouseControllerState to,
	float autoRotation,
	double duration,
	double delay,
	bool normalized
)

Parameters

from
Type: SGP.XSpace..::.XViewportMouseControllerState
Initial camera settings at the animation beginning.
prms
Type: SGP.XSpace..::.XVMCAnimate
Parameters unit interpretation mode.
to
Type: SGP.XSpace..::.XViewportMouseControllerState
Final camera settings at the animation end.
autoRotation
Type: System..::.Single
Autorotation angle. Unit type is given in the parameter prms.
duration
Type: System..::.Double
Animation duration. Unit type is given in the parameter prms.
delay
Type: System..::.Double
Delay of the animation start. Unit type is given in the parameter prms.
normalized
Type: System..::.Boolean
Determines whether the angle will be normalized.

See Also