RenderStateManager.EmissiveMaterialSource Property |
Language: |
Retrieves or sets the emissive color source for lighting calculations.
Visual Basic .NET Public Property EmissiveMaterialSource As ColorSource C# public ColorSource EmissiveMaterialSource { get; set; } Managed C++ public: __property ColorSource get_EmissiveMaterialSource();
public: __property void set_EmissiveMaterialSource(ColorSource);JScript .NET public function get EmissiveMaterialSource() : ColorSource
public function set EmissiveMaterialSource(ColorSource);
Microsoft.DirectX.Direct3D.ColorSource . A ColorSource object that specifies the emissive color source value to set or retrieve.
This property is read/write.
Valid values are members of the ColorSource enumeration. The default value is ColorSource.Material.
Feedback? Please provide us with your comments on this topic.