Light |
public class LightSettings : IImmutable
The LightSettings type exposes the following members.
Name | Description | |
---|---|---|
![]() | LightSettings | Initializes a new instance of the LightSettings class with default values. |
Name | Description | |
---|---|---|
![]() | AmbientLight | Gets the ambient light. |
![]() | IsAnyLightAffixedToCamera | Gets a value indicating whether any light into this instance is affixed to the camera coordinate system. |
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
![]() | GetDiscreteLight | Gets the discrete light with index idx (0..3). |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object) |
![]() | WithAmbientLight | Gets a new instance of LightSettings with the provided value for AmbientLight. |
![]() | WithDiscreteLight | Gets a new instance of LightSettings with the provided value for one of the discrete lights with index 0..3. |