RenderStateManager.AmbientColor Property |
Language: |
Retrieves or sets the ambient light color.
Visual Basic .NET Public Property AmbientColor As Integer C# public int AmbientColor { get; set; } Managed C++ public: __property int get_AmbientColor();
public: __property void set_AmbientColor(int);JScript .NET public function get AmbientColor() : int
public function set AmbientColor(int);
System.Int32 . An Int32
This property is read/write.that specifies the ambient color value to set or retrieve.
The default value is 0.
Feedback? Please provide us with your comments on this topic.