Scene.import

Import animations and images into the scene.

Scene.import() method

Import animations and images into the scene.

Signature:

import(opts: ImportFromContent | ImportFromURL): Promise<SceneLayer | ImageLayer>;

Parameters

Parameter

Type

Description

opts

ImportFromContent | ImportFromURL

Options for importing the animation or image

Returns:

Promise<SceneLayer | ImageLayer>

The imported scene layer

Last updated: August 5, 2026 at 11:47 AMEdit this page