Property | Type | Description | |
---|---|---|---|
stage | Stage |
Method | Description | |
---|---|---|
UICanvas ( ) : System | ||
debugRender ( |
||
onAddedToEntity ( ) : void | ||
onRemovedFromEntity ( ) : void | ||
render ( |
||
showDialog ( string title, string messageText, string closeButtonText ) : |
displays a simple dialog with a button to close it
|
Method | Description | |
---|---|---|
IUpdatable ( ) : void |
public debugRender ( |
||
graphics | ||
return | void |
public render ( |
||
graphics | ||
camera | ||
return | void |
public showDialog ( string title, string messageText, string closeButtonText ) : |
||
title | string | Title. |
messageText | string | Message text. |
closeButtonText | string | Close button text. |
return |