![]() |
Kerbal Space Program
1.12.4
|
This component will try to find a script that implements the IMouseEvents interface in the parent gameobject, and send mouse event calls to it. Use this when you have colliders in child objects, but want to receive mouse events on the parent. More...
Additional Inherited Members | |
![]() | |
static IMouseEvents | FindHandleUpwards (GameObject go) |
![]() | |
virtual void | OnMouseDown () |
virtual void | OnMouseDrag () |
virtual void | OnMouseEnter () |
virtual void | OnMouseExit () |
virtual void | OnMouseUp () |
virtual void | Start () |
This component will try to find a script that implements the IMouseEvents interface in the parent gameobject, and send mouse event calls to it. Use this when you have colliders in child objects, but want to receive mouse events on the parent.