Click or drag to resize

MarkerPenVariableJumpDelay Property

Enables or disables the variable jump delay.

Namespace: RAYLASE.Marker.Common
Assembly: RAYLASE.Marker.Common (in RAYLASE.Marker.Common.dll) Version: 2.19.0
Syntax
C#
public bool? VariableJumpDelay { get; set; }

Property Value

NullableBoolean
Remarks
When the variable jump delay is enabled, the delay after a jump vector depends on the length of the jump vector. The delay is then in the range between MinJumpDelay and JumpDelay. MinJumpDelay is used when the length of the last jump vector is 0, JumpDelay is used when the last jump vector is larger than or equal to the value set for JumpLengthLimit. For vector lengths in between, the jump delay is linearly interpolated in the range between MinJumpDelay and JumpDelay.
See Also