Class DebugUI.FloatField
A slider for a float.
Implements
Inherited Members
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
public class DebugUI.FloatField : DebugUI.Field<float>, DebugUI.IValueField
Fields
| Name | Description |
|---|---|
| decimals | Number of decimals. |
| incStep | Step increment. |
| incStepMult | Step increment multiplier. |
| max | Maximum value function. |
| min | Minimum value function. |
Methods
| Name | Description |
|---|---|
| ValidateValue(float) | Function used to validate the value when updating the field. |