Struct LightUnitSliderUIDescriptor
Descriptor for Light Unit
Inherited Members
Namespace: UnityEditor.Rendering
Assembly: Unity.RenderPipelines.Core.Editor.dll
Syntax
public struct LightUnitSliderUIDescriptor
Constructors
Fields
| Name | Description |
|---|---|
| aboveRangeTooltip | The tooltip if the value goes above the range |
| belowRangeTooltip | The tooltip if the value goes below the range |
| clampValue | If the value needs to be clamp |
| hasMarkers | If has markers |
| sliderDistribution | The distribution |
| sliderRange | The ranges that the slider can have |
| unitName | The name of the unit |
| valueRanges | The ranges that the value can have |