Add documentation

This commit is contained in:
Daniel Lovell
2024-09-24 17:34:30 -07:00
parent e62ed34371
commit ded726be64
4 changed files with 384 additions and 1 deletions

View File

@@ -22,7 +22,6 @@ public class UIElementMouseCapturer : EventTrigger
public void OnDisable()
{
Debug.Log("UIElementMouseCapturer OnDisable");
OnPointerExit(null);
}