Click or drag to resize
Ab4d.SharpEngine logo

ObjFileToSceneNodesConverterDefaultLineColor Property

Gets or sets a default line color that is set to the created LineNode or MultiLineNode when the obj file does not specify line color. Default value is Color4.Black. When set to null, then the line color is set from the last used material.

Namespace: Ab4d.SharpEngine.ObjFile
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 4.1.9680+a1b1e43de1ad9a7e35472c33948d688d7b40ef79
Syntax
C#
public Color4? DefaultLineColor { get; set; }

Property Value

NullableColor4
See Also