GuiInterface.setWorldPosition
Sets the world position for a world gui
Kind: Function
Environments: Game
Game
guiInterface:setWorldPosition( worldPosition, world )
Availability: Client only
Parameters:
| Name | Type | Description |
|---|---|---|
gui |
GuiInterface | The Gui interface |
worldPosition |
Vec3 | The position to set. |
world (optional) |
World | The world, defaults to same as the script |