Scenic v0.8.0 Scenic.ViewPort.Status View Source

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Scenic.ViewPort.Status{
  drivers: map(),
  root_config:
    {scene_module :: atom(), args :: any()} | (scene_name :: atom()),
  root_graph: {:graph, reference(), any()},
  root_scene_pid: pid(),
  size: Scenic.Math.point()
}