remove()
Removes the given objects from the scene.
Returns: SceneObject
Signatures
remove(...objects: SceneObject[]): SceneObject
Removes the given objects from the scene.
| Parameter | Type | Description |
|---|---|---|
...objects | SceneObject[] | The objects to remove (optional) |