Performs camera animation according to the given relative parameters.

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public void AnimateRelative(
	XViewportMouseControllerState from,
	XViewportMouseControllerState change,
	double duration,
	double delay
)

Parameters

from
Type: SGP.XSpace..::.XViewportMouseControllerState
Initial camera settings at the animation beginning.
change
Type: SGP.XSpace..::.XViewportMouseControllerState
Camera settings change at the and of the animation in comparsion with the initial animation state.
duration
Type: System..::.Double
Animation duration in second.
delay
Type: System..::.Double
Delay of the animation start in seconds.

See Also