edit
Begins editing the specified object.
Syntax
engine.objects.edit(object);
Parameters
Name | Type | Description |
---|---|---|
object | ObjectManager | The object to edit. |
Example
const box = engine.objects.create('box');
engine.objects.edit(box);
Available on: Client