Class DebugUIHandlerWidget
Base class for handling UI actions for widgets.
Inherited Members
Component.GetComponent<T>()
Component.TryGetComponent<T>(out T)
Component.GetComponentInChildren<T>()
Component.GetComponentsInChildren<T>()
Component.GetComponentInParent<T>()
Component.GetComponentsInParent<T>()
Component.GetComponents<T>()
Object.GetHashCode()
Object.Instantiate<T>(T)
Object.Instantiate<T>(T, Vector3, Quaternion)
Object.Instantiate<T>(T, Vector3, Quaternion, Transform)
Object.Instantiate<T>(T, Transform)
Object.DestroyObject(Object)
Object.FindObjectsOfType<T>()
Object.FindObjectsByType<T>(FindObjectsSortMode)
Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
Object.FindObjectOfType<T>()
Object.FindFirstObjectByType<T>()
Object.FindAnyObjectByType<T>()
Object.FindFirstObjectByType<T>(FindObjectsInactive)
Object.FindAnyObjectByType<T>(FindObjectsInactive)
Namespace: UnityEngine.Rendering.UI
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
[CoreRPHelpURL("Rendering-Debugger", "com.unity.render-pipelines.core")]
public class DebugUIHandlerWidget : MonoBehaviour
Fields
Name | Description |
---|---|
colorDefault | Default widget color. |
colorSelected | Selected widget color. |
m_Widget | Associated widget. |
Properties
Name | Description |
---|---|
nextUIHandler | Next widget UI Handler. |
parentUIHandler | Parent widget UI Handler. |
previousUIHandler | Previous widget UI Handler. |
Methods
Name | Description |
---|---|
CastWidget<T>() | Casts the widget to the correct type. |
Next() | Next implementation. |
OnAction() | OnAction implementation. |
OnDecrement(bool) | OnDecrement implementation. |
OnDeselection() | OnDeselection implementation. |
OnEnable() | OnEnable implementation. |
OnIncrement(bool) | OnIncrement implementation. |
OnSelection(bool, DebugUIHandlerWidget) | OnSelection implementation. |
Previous() | Previous implementation. |