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