SetObjectEditable

From Onset Developer Wiki
SetObjectEditable

Type: Function
Context: Client
Introduced: v1.0

Description

Enables a gizmo on an object. A gizmo can be used to move, rotate and scale the object with the mouse.

Syntax

SetObjectEditable(object, EditMode)

Parameters

  • object
    The object identifier.
  • EditMode
    __EDIT_ME__

Return Value

  • __EDIT_ME__

Example

__EDIT_ME__

See also