SetWebRotation

From Onset Developer Wiki
Revision as of 09:35, 4 January 2020 by Guewen (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
SetWebRotation

Type: Function
Context: Client
Introduced: v1.0

Description

Set the rotation for the specified web.

Syntax

SetWebRotation(web, rx, ry, rz)

Parameters

  • web
    The web identifier
  • rx
    The rotation RX
  • ry
    The rotation RY
  • rz
    The rotation RZ

Return Value

  • Returns true on success.

Example

SetWebRotation(webId, 0.0, 0.0)

See also