Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Classes | Public Member Functions | Public Attributes | List of all members
RUIHoverController Class Reference

A roughly implemented hover scheduler. Can hold 1 hover and hover out request. Adds 1 frame delay between each operation. More...

Public Member Functions

void Deschedule (int id, Callback callback)
 
 RUIHoverController (MonoBehaviour host)
 
void Schedule (int id, Callback callback)
 

Public Attributes

float refreshTimeToWait = 0.5f
 

Detailed Description

A roughly implemented hover scheduler. Can hold 1 hover and hover out request. Adds 1 frame delay between each operation.

Constructor & Destructor Documentation

RUIHoverController.RUIHoverController ( MonoBehaviour  host)
inline

Member Function Documentation

void RUIHoverController.Deschedule ( int  id,
Callback  callback 
)
inline
void RUIHoverController.Schedule ( int  id,
Callback  callback 
)
inline

Member Data Documentation

float RUIHoverController.refreshTimeToWait = 0.5f

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