CreateWebUI3D: Difference between revisions

From Onset Developer Wiki
No edit summary
No edit summary
Line 1: Line 1:
{{Info|Function|Client|1.0}}
{{Info|Function|Client|1.0}}


{{FuncDescription|Creates a new WebUI in the world}}
{{FuncDescription|Creates a new WebUI in 3d space}}


{{FuncSyntax|CreateWebUI3D(x, y, z, rx, ry, rz, width, height [, frameRate])}}
{{FuncSyntax|CreateWebUI3D(x, y, z, rx, ry, rz, width, height [, frameRate])}}

Revision as of 09:31, 29 September 2019

CreateWebUI3D

Type: Function
Context: Client
Introduced: v1.0

Description

Creates a new WebUI in 3d space

Syntax

CreateWebUI3D(x, y, z, rx, ry, rz, width, height [, frameRate])

Parameters

  • x
    __EDIT_ME__
  • y
    __EDIT_ME__
  • z
    __EDIT_ME__
  • rx
    __EDIT_ME__
  • ry
    __EDIT_ME__
  • rz
    __EDIT_ME__
  • width
    __EDIT_ME__
  • height
    __EDIT_ME__
  • frameRate (optional)
    __EDIT_ME__

Return Value

  • web (number)

Example

__EDIT_ME__

See also

CreateRemoteWebUI3D CreateWebUI CreateRemoteWebUI DestroyWebUI