Ambient |
public class AmbientLight : Light, IAmbientLight, ILight
The AmbientLight type exposes the following members.
Name | Description | |
---|---|---|
AmbientLight | Initializes a new instance of the AmbientLight class and sets its intensity to 0.3. | |
AmbientLight(Color3) | Initializes a new instance of the AmbientLight class. | |
AmbientLight(Single) | Initializes a new instance of the AmbientLight class. |
Name | Description | |
---|---|---|
SetIntensity | Sets the intensity of the ambient light - intensity can be from 0 to 1 - 0 means Black color, 1 means White color. | |
ToString |
Returns a string that represents the current object.
(Overrides ObjectToString) |