Click or drag to resize
Ab4d.SharpEngine logo

LineMaterialLinePatternOffset Property

Gets or sets a pattern offset. This value is usually between 0 and 1 - 0 value means no offset, 1 means offset for the whole patter which is the same as no offset. Value 0.1 means that the line will begin with the pattern advanced by 10%. LinePatternOffset is supported only by line rendering techniques that uses geometry shader.

Namespace: Ab4d.SharpEngine.Materials
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 2.0.8956+4c7684e186ca1be74e7a284fbe739d9a1b843d3c
Syntax
C#
public float LinePatternOffset { get; set; }

Property Value

Single

Implements

ILinePatternMaterialLinePatternOffset
See Also