Delegate Debug.DebugDelegate
A delegate method used for DebugLines.
Namespace: TinyLife
Assembly: Tiny Life.dll
Syntax
public delegate string DebugDelegate(GameImpl game, Paragraph paragraph);
Parameters
Type | Name | Description |
---|---|---|
GameImpl | game | |
MLEM.Ui.Elements.Paragraph | paragraph |
Returns
Type | Description |
---|---|
System.String |