Click or drag to resize

SkyWritingMode Enumeration

Specifies where sky-writing extension vectors should be generated.

Namespace: RAYLASE.Marker.Common
Assembly: RAYLASE.Marker.Common (in RAYLASE.Marker.Common.dll) Version: 2.19.0
Syntax
C#
public enum SkyWritingMode
Members
Member nameValueDescription
Disabled0 Sky-writing is not active.
ForceAtStartFinish1 Sky-writing extension vectors are always generated before the first and after the last mark vector regardless of the change of heading.
MinimumCoH2 Sky-writing extension vectors are generated only if the change of heading between two consecutive vectors (of which at least one must be a "mark vector") exceeds the minimum change-of-heading.
See Also