Materializes instance component swaps.
Summary
Functions
Removes current children under an instance target.
Clones component children under an instance target.
Replaces an instance's cloned children with children cloned from component_guid.
Functions
@spec clear(Figler.Scene.Graph.t(), Figler.Scene.Graph.GUID.graph_guid()) :: Figler.Scene.Graph.t()
Removes current children under an instance target.
@spec fill( Figler.Scene.Graph.t(), Figler.Scene.Graph.GUID.graph_guid(), Figler.Scene.Graph.GUID.figma_guid(), {number(), number()} ) :: Figler.Scene.Graph.t()
Clones component children under an instance target.
@spec run( Figler.Scene.Graph.t(), Figler.Scene.Graph.GUID.graph_guid(), Figler.Scene.Graph.GUID.figma_guid() ) :: Figler.Scene.Graph.t()
Replaces an instance's cloned children with children cloned from component_guid.