Delegate Environment.Scene.ShowLabelEvent
Namespace: Experior.Core
Assembly: Experior.Core.dll
Syntax
public delegate void ShowLabelEvent(string text, ILabel item);
Parameters
Type | Name | Description |
---|---|---|
System.String | text | |
ILabel | item |
public delegate void ShowLabelEvent(string text, ILabel item);
Type | Name | Description |
---|---|---|
System.String | text | |
ILabel | item |