hxdefold API documentation
View source
typedef
PhysicsMessageTriggerResponse
package
defold
import
defold.Physics
Data for the
PhysicsMessages.trigger_response
message.
Fields
own_group
:
Hash
The collision group of the own collision object.
other_id
:
Hash
The id of the instance the collision object collided with.
other_group
:
Hash
The collision group of the triggering collision object.
enter
:
Bool
If the interaction was an entry or not (exit).