Categories


Description :

Returns true if the object is in contact with at least one object of the specified class.

Uses :

Use this for checking if an object is touching another object. Implementing bullet logic, platforms, triggers, etc are done using this condition.

Example :

The following code increases the "Health" variable of the object whenever it is in contact with an object of the class "HPPowerUp".