Class DebugUI.ColorField
Color field.
Implements
Inherited Members
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
public class DebugUI.ColorField : DebugUI.Field<Color>, DebugUI.IValueField
Fields
| Name | Description |
|---|---|
| decimals | Number of decimals. |
| hdr | HDR color. |
| incStep | Step increment. |
| incStepMult | Step increment multiplier. |
| showAlpha | Show alpha of the color field. |
| showPicker | Show the color picker. |
Methods
| Name | Description |
|---|---|
| ValidateValue(Color) | Function used to validate the value when updating the field. |