Click or drag to resize
AB4D 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%. Default value is 0.

Namespace: Ab3d.DirectX.Materials
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public float LinePatternOffset { get; set; }

Property Value

Single

Implements

ILinePatternLinePatternOffset
See Also