Click or drag to resize

CommandListAppendSpeedScale Method

Specifies the current speed scaling factor.


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

Parameters

factor  Double
The speed scaling factor.
Remarks

Appends a SPEED_SCALE command to the list.

The factor is used to multiply the values provided by AppendJumpSpeed(Double), AppendMarkSpeed(Double), and AppendMagnificationSpeed(Double).

See Also