Methods
Model
getSceneState
Returns the current state of the objects in the scene.
List of model ids to limit result, includes all models by default.
Type | Required |
---|---|
Array[String] | No |
The current state of the objects in the scene.
Type |
---|
Object |
Properties
Name | Type | Description |
---|---|---|
selected | Array[String] | List of selected object ids |
visible | Array[String] | List of visible object ids |
hidden | Array[String] | List of hidden object ids |
translucent | Array[String] | List of translucent object ids |
Updated 13 Sep 2024
Did this page help you?