Delegate ButtonData.PressedDelegate
When not null this will be called when action is taken.
Namespace: GameKit.Dependencies.Utilities.Types.CanvasContainers
Assembly: GameKit.Dependencies.dll
Syntax
public delegate void PressedDelegate(string key);
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | key | Optional key to associate with callback. |