Ambient |
public class AmbientLight : LightBase, IAmbientLight, ILight
The AmbientLight type exposes the following members.
Name | Description | |
---|---|---|
AmbientLight | Initializes a new instance of the AmbientLight class. | |
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) |