Scenic.Primitives.sprites_spec

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

sprites_spec(sprites, opts \\ [])

View Source

Specs

sprites_spec(sprites :: Scenic.Primitive.Sprites.t(), options :: list()) ::
  Scenic.Graph.deferred()

Create the specification that adds a sprites list to a graph.

See the documentation for sprites/3 for details.

Example:

sprites = sprites_spec({:static, "source_texure"}, translate: {20,30} )