![]() |
Kerbal Space Program
1.12.4
|
This class emulates unity mouse events for objects that can only be interacted with ray casts More...
Public Member Functions | |
| void | OnRayHit (RaycastHit hit) |
| Send a raycast hit to this object, this is the entry point of interaction with this class More... | |
Public Attributes | |
| bool | forwardMouseEvents = true |
| Should this mouse event forward the events to a IMouseEvents parent? More... | |
Protected Member Functions | |
| virtual void | LateUpdate () |
| override void | Start () |
Protected Member Functions inherited from MouseEventsHandlerBase | |
| virtual void | OnMouseDown () |
| virtual void | OnMouseDrag () |
| virtual void | OnMouseEnter () |
| virtual void | OnMouseExit () |
| virtual void | OnMouseUp () |
Properties | |
| bool | isRayOver [get] |
Additional Inherited Members | |
Static Public Member Functions inherited from MouseEventsHandlerBase | |
| static IMouseEvents | FindHandleUpwards (GameObject go) |
This class emulates unity mouse events for objects that can only be interacted with ray casts
|
inlineprotectedvirtual |
|
inline |
Send a raycast hit to this object, this is the entry point of interaction with this class
| hit |
|
inlineprotectedvirtual |
Reimplemented from MouseEventsHandlerBase.
| bool MouseRayEventsHandler.forwardMouseEvents = true |
Should this mouse event forward the events to a IMouseEvents parent?
|
getprotected |
1.8.7