CreateDui
Docslocal retval = CreateDui(url, width, height)Description
Creates a DUI browser. This can be used to draw on a runtime texture using CREATE_RUNTIME_TEXTURE_FROM_DUI_HANDLE.
Parameters
| Name | Type | Description |
|---|---|---|
url | char* | The initial URL to load in the browser. |
width | int | The width of the backing surface. |
height | int | The height of the backing surface. |
Returns
longReturns a 64-bit integer value.