Class DebugUI.ValueTuple
An array of read-only values that Unity displays in a horizontal row.
Inherited Members
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
public class DebugUI.ValueTuple : DebugUI.Widget
Fields
Name | Description |
---|---|
pinnedElementIndex | The currently pinned element index, or -1 if none are pinned. |
values | Value widgets. |
Properties
Name | Description |
---|---|
numElements | Number of elements in the tuple. |
refreshRate | Refresh rate for the read-only values (runtime only) |