ModelList

Summary

The list of 3d Models in the scene. (You don't instantiate this yourself. Access this via Sketch.models)

Instance Properties

NameReturn TypeDescription

lastSelected

Model Read-only

Returns the last model that was selected

last

Model Read-only

Returns the last Model

this[index]

Model Read-only

Returns the model at the specified index

count

number Read-only

The number of models

Last updated