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 to,
	double duration
)

Parameters

to
Type: SGP.XSpace..::.XViewportMouseControllerState
Final camera settings at the animation end.
duration
Type: System..::.Double
Animation duration in second.

See Also