Photon Quantum 2.1.1

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

Interface for receiving callbacks once two non-trigger 3D colliders start touching. More...

Inherits Quantum.ISignal.

Inherited by Quantum.Physics3DBenchmark, and Quantum.PhysicsCallbacksTestSystem.

Public Member Functions

void OnCollisionEnter3D (Frame f, CollisionInfo3D info)
 Called once two non-trigger 3D colliders start touching. More...
 

Detailed Description

Interface for receiving callbacks once two non-trigger 3D colliders start touching.

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

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