ScriptReference/MonoBehaviour.OnTriggerEnter #361
Replies: 1 comment
-
|
Comment by There is an undocumented version of this method (and every other physics method) with no parameters. It will still get called: void OnTriggerEnter() {
// Gets called whenever OnTriggerEnter(Collider other) would get called.
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
ScriptReference/MonoBehaviour.OnTriggerEnter
https://docs.unity3d.com/ScriptReference/MonoBehaviour.OnTriggerEnter.html
Beta Was this translation helpful? Give feedback.
All reactions