Class DebugUI.Value
Read only Value widget.
Inherited Members
Namespace: UnityEngine.Rendering
Syntax
public class Value : DebugUI.Widget
Constructors
Value()
Constructor.
Declaration
public Value()
Fields
refreshRate
Refresh rate for the read-only value (runtime only)
Declaration
public float refreshRate
Field Value
Type | Description |
---|---|
Single |
Properties
getter
Getter for the Value.
Declaration
public Func<object> getter { get; set; }
Property Value
Type | Description |
---|---|
Func<Object> |
Methods
GetValue()
Returns the value of the widget.
Declaration
public object GetValue()
Returns
Type | Description |
---|---|
Object | The value of the widget. |