Skip to content

Collision Detection Tile#


alt text This tile will trigger if two widgets are in contact with each other.

Description#

Description

  • Will send a response if two widgets are interacting.

Inputs#

First Widget#

Info
  • Type
    Accepted types: Widget Properties
    
  • Usage
    Attach to the first widget property.
    

Second Widget#

Info
  • Type
    Accepted types: Widget Properties
    
  • Usage
    Attach to the second widget property.
    

Output#

Get Response#

Info
  • Return
    Boolean type defauls to False
    
  • Usage
    Will return True if two widgets collide.
    

Real Signature#

Signature

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