Returns the position delta in the Z axis.

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

Syntax

C#
protected virtual float GetMoveZDelta(
	double time,
	double timeDiff,
	ref XInputSpriteController..::.InputActionInfo actionInfo
)

Parameters

time
Type: System..::.Double
Current time.
timeDiff
Type: System..::.Double
Time difference.
actionInfo
Type: SGP.XSpace..::.XInputSpriteController..::.InputActionInfo %
The XInputSpriteController..::.InputActionInfo action information.

See Also