Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Protected Member Functions | Properties | Events | List of all members
XHoverable Class Reference
Inheritance diagram for XHoverable:
KSP.UI.UIHoverText

Public Member Functions

void Clear ()
 Clear all state flags (useful in cases like flags becoming stuck if the object is set inactive) More...
 
void OnPointerEnter (PointerEventData eventData)
 
void OnPointerExit (PointerEventData eventData)
 

Protected Member Functions

override void Awake ()
 

Properties

bool Hover [get]
 

Events

Callback< XHoverable,
PointerEventData > 
onPointerEnter
 
Callback< XHoverable,
PointerEventData > 
onPointerExit
 

Member Function Documentation

override void XHoverable.Awake ( )
inlineprotected
void XHoverable.Clear ( )
inline

Clear all state flags (useful in cases like flags becoming stuck if the object is set inactive)

void XHoverable.OnPointerEnter ( PointerEventData  eventData)
inline
void XHoverable.OnPointerExit ( PointerEventData  eventData)
inline

Property Documentation

bool XHoverable.Hover
get

Event Documentation

Callback<XHoverable, PointerEventData> XHoverable.onPointerEnter
Callback<XHoverable, PointerEventData> XHoverable.onPointerExit

The documentation for this class was generated from the following file: