Skip to contents

Create a scene (root grab_bag with device dimensions)

Usage

scene(
  children = list(),
  width_mm = 150,
  height_mm = 100,
  schema_version = .SCENE_SCHEMA_VERSION,
  ...
)

Arguments

children

A list of grab objects.

width_mm

Device width in mm. Default 150 (approx 6 inches).

height_mm

Device height in mm. Default 100.

schema_version

Scene schema version. Defaults to scene_schema_version().

...

Passed to grab_bag.

Value

A scene_root object.