ProximityLight.LightSettings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public: ref class ProximityLight::LightSettings
[System.Serializable]
public class ProximityLight.LightSettings
[<System.Serializable>]
type ProximityLight.LightSettings = class
Public Class ProximityLight.LightSettings
- Inheritance
-
ProximityLight.LightSettings
- Attributes
Constructors
ProximityLight.LightSettings() |
Properties
CenterColor |
The color of the ProximityLight gradient at the center (RGB) and (A) is gradient extent. |
FarRadius |
Specifies the radius of the ProximityLight effect when far from a surface. |
MiddleColor |
The color of the ProximityLight gradient at the center (RGB) and (A) is gradient extent. |
MinNearSizePercentage |
When a ProximityLight is near, the smallest size percentage from the far size it can shrink to. |
NearDistance |
Specifies the distance a ProximityLight must be from a surface to be considered near. |
NearRadius |
Specifies the radius of the ProximityLight effect when near to a surface. |
OuterColor |
The color of the ProximityLight gradient at the center (RGB) and (A) is gradient extent. |