setHelper
Enables or disables the helper for the object.
note
Only available for objects that have a helper like lights.
Syntax
object.setHelper(status);
Parameters
| Name | Type | Description |
|---|---|---|
status | boolean | true to enable the helper, false to disable it. Default is true. |
Example
object.setHelper(true);
Available on: Client