Scenic.Primitives.sector_spec

You're seeing just the function sector_spec, go back to Scenic.Primitives module for more information.
Link to this function

sector_spec(params, opts \\ [])

View Source

Specs

sector_spec(params :: sector(), options :: list()) :: Scenic.Graph.deferred()

Create the specification that adds a sector ref to a graph.

See the documentation for sector/3 for details.

Example:

sector = sector_spec( {100, 0, 0.4}, fill: :red )
graph  = sector.(graph)