Class DebugUIHandlerCanvas
Inheritance
MonoBehaviour
DebugUIHandlerCanvas
Namespace: UnityEngine.Experimental.Rendering.UI
Syntax
public class DebugUIHandlerCanvas : MonoBehaviour
Fields
panelPrefab
Declaration
public Transform panelPrefab
Field Value
Type | Description |
---|---|
Transform |
prefabs
Declaration
public List<DebugUIPrefabBundle> prefabs
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<DebugUIPrefabBundle> |
Methods
ChangeSelection(DebugUIHandlerWidget, Boolean)
Declaration
public void ChangeSelection(DebugUIHandlerWidget widget, bool fromNext)
Parameters
Type | Name | Description |
---|---|---|
DebugUIHandlerWidget | widget | |
System.Boolean | fromNext |