Click or drag to resize

CommandListAppendJumpSpeed Method

Specifies the required jump velocity at the target.


Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public void AppendJumpSpeed(
	double speed
)

Parameters

speed  Double
The speed.
Remarks
Appends a JUMP_SPEED command to the list.
See Also