Class LabeledGlobalKey<T>
Inherited Members
Namespace: Unity.UIWidgets.widgets
Syntax
public class LabeledGlobalKey<T> : GlobalKey<T> where T : State
Type Parameters
| Name | Description |
|---|---|
| T |
Constructors
LabeledGlobalKey(String)
Declaration
public LabeledGlobalKey(string _debugLabel = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | _debugLabel |
Methods
ToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| System.String |
Overrides
System.Object.ToString()