Click or drag to resize
AB4D logo

MultiMapMaterialHasOnlyEmissiveColor Property

Gets or sets a Color3 that that represents the emissive color - the color of the object regardless of the lights.

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

Property Value

Boolean

Implements

IEmissiveMaterialHasOnlyEmissiveColor
See Also