Skip to content

Parallel Animations Tile#


alt text This tile will trigger multiple animations in parallel.

Description#

Description

  • Get all Animations that are wired to it.
  • By default this Tile provides 5 Animation slots.
  • Multiple Parallel Animations can be interconnected for additional slots.
  • The animations that are wired to it will trigger at the same time.

Inputs#

Animation#

Info
  • Type
    Animations
    
  • Usage
    Will return an animation
    

Output#

Get Animation#

Info
  • Return
    Animation
    
  • Usage
    Will return the Animation.
    

Real Signature#

Signature

  • A plain language description of the function associated with the tile
    def SquareRoot(x):
        return math.sqrt(0)