Property | Type | Description | |
---|---|---|---|
isTreated | bool |
Method | Description | |
---|---|---|
OnTriggerEnter2D ( |
Called when the collider associated encounters another collider. Check if the object encountered is an element, if it is the case, it is put in ElementDetected.
|
public OnTriggerEnter2D ( |
||
other | The collider encountered. | |
return | void |