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,
	double delay
)

Parameters

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

See Also