Adds the relative values from state2 to this state.

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

Syntax

C#
public void AddRelative(
	XViewportMouseControllerState state2
)

Parameters

state2
Type: SGP.XSpace..::.XViewportMouseControllerState
Relative state its values will be added.

See Also