- Home /
Question by
Necronomicron · Jun 29, 2018 at 02:48 AM ·
editorcollidereditor-scriptingevent
Event when exiting PolygonCollider2D edit mode
I would like to execute some function upon quitting PolygonCollider2D edit mode. Is it possible?
Comment
Answer by hectorux · Jun 29, 2018 at 04:38 AM
There is a function called OnCollisionExit() and another called OnTriggerExit(). Is that what you asked for?
Your answer
Follow this Question
Related Questions
Detect when project is saved 1 Answer
Detect editing of collider in editor 1 Answer
Keeping state that cannot be serialized between play mode for EditorWindow 1 Answer
Access Monobehavior Instance from Static Function of Editor Script 1 Answer
Is it possible to have editor-only native plugins? 0 Answers