Click or drag to resize
AB4D logo

LineMaterialLinePatternScale Property

Gets or sets the pattern scale factor. Value 1 does not scale the pattern. Values bigger then 1 increase the pattern length; values smaller then 1 decrease the pattern length (making it more dense). Default value is 1.

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

Property Value

Single

Implements

ILinePatternLinePatternScale
See Also