Scenic.Primitives.script_spec
You're seeing just the function
script_spec
, go back to Scenic.Primitives module for more information.
Specs
script_spec(name :: any(), options :: list()) :: Scenic.Graph.deferred()
Create the specification that adds a script to a graph.
See the documentation for script/3
for details.
Example:
script = script_spec("script_name", translate: {20,30} )