Uninomicon

Documenting the dark corners of the Unity Engine.

User Tools

Site Tools


physicscallbacks

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
physicscallbacks [2021/02/22 16:35]
73.95.178.156
physicscallbacks [2021/02/22 17:23]
73.95.178.156
Line 1: Line 1:
 ====== Physics Callbacks ====== ====== Physics Callbacks ======
 +
 +===== OnTriggerEnter =====
 +  * Will be called for all collisions for all trigger colliders on this Rigidbody.
 +  * There is no way to get a reference to 'this' trigger collider that was entered.((https://gamedev.stackexchange.com/a/185095/1669))
 +
  
 ===== OnTriggerExit ===== ===== OnTriggerExit =====
physicscallbacks.txt ยท Last modified: 2021/04/28 01:37 by 73.95.178.156