Photon Quantum 2.1.1

Public Member Functions | List of all members
Quantum.ISignalOnCollision2D Interface Reference

Interface for receiving callbacks once per frame while two non-trigger 2D colliders are touching. More...

Inherits Quantum.ISignal.

Inherited by Quantum.PhysicsBenchmark, and Quantum.PhysicsCallbacksTestSystem.

Public Member Functions

void OnCollision2D (Frame f, CollisionInfo2D info)
 Called once per frame while two non-trigger 2D colliders are touching. More...
 

Detailed Description

Interface for receiving callbacks once per frame while two non-trigger 2D colliders are touching.

At least one of the entities involved in a collision must have the respective CallbackFlags set for the callback to be called.

See PhysicsEngine2D.SetCallbacks for setting the callbacks flags to an entity.