Click or drag to resize
ObjectNodeIsReceivingShadow Property
Gets or sets a Boolean that specified if this ObjectNode can receive shadow. If false the shadow will not be visible on this object (true by default).

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

Property Value

Type: Boolean
See Also