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

Parameters

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.

See Also