Scenic v0.8.0 Scenic.ViewPort.Config View Source

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Scenic.ViewPort.Config{
  default_scene: name :: atom() | {module :: atom(), any()},
  default_scene_activation: any(),
  drivers: list(),
  max_depth: pos_integer(),
  name: atom(),
  on_close: :stop_viewport | :stop_system | function(),
  opts: [{atom(), any()}],
  size: Scenic.Math.point()
}

Link to this section Functions