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

Public Member Functions

void OnDrag (PointerEventData eventData)
 
void OnPointerDown (PointerEventData eventData)
 
void OnPointerEnter (PointerEventData pointerEventData)
 
void OnPointerExit (PointerEventData pointerEventData)
 
void OnPointerUp (PointerEventData eventData)
 

Public Attributes

Vector2 directorVector
 The direction this particular vector is pointing in the UI. More...
 
double dragAccelerationLimit = 100
 Drag acceleration limit while dragging - positive to increase vector, negative to reduce vector More...
 
ManeuverNodeEditorManager editorComponent
 Editor component More...
 
Button handleButton
 Button component More...
 
RectTransform handleButton_RT
 HandleButton's RectTransform reference. More...
 
Color highlightedColor
 The color the actual handle should be when interacted with More...
 
double vectorModifyRate
 Drag sensitivity set by slider More...
 
NavBallVector vectorType
 The direction of the motion More...
 

Member Function Documentation

void ManeuverNodeEditorVectorHandle.OnDrag ( PointerEventData  eventData)
inline
void ManeuverNodeEditorVectorHandle.OnPointerDown ( PointerEventData  eventData)
inline
void ManeuverNodeEditorVectorHandle.OnPointerEnter ( PointerEventData  pointerEventData)
inline
void ManeuverNodeEditorVectorHandle.OnPointerExit ( PointerEventData  pointerEventData)
inline
void ManeuverNodeEditorVectorHandle.OnPointerUp ( PointerEventData  eventData)
inline

Member Data Documentation

Vector2 ManeuverNodeEditorVectorHandle.directorVector

The direction this particular vector is pointing in the UI.

double ManeuverNodeEditorVectorHandle.dragAccelerationLimit = 100

Drag acceleration limit while dragging - positive to increase vector, negative to reduce vector

ManeuverNodeEditorManager ManeuverNodeEditorVectorHandle.editorComponent

Editor component

Button ManeuverNodeEditorVectorHandle.handleButton

Button component

RectTransform ManeuverNodeEditorVectorHandle.handleButton_RT

HandleButton's RectTransform reference.

Color ManeuverNodeEditorVectorHandle.highlightedColor

The color the actual handle should be when interacted with

double ManeuverNodeEditorVectorHandle.vectorModifyRate

Drag sensitivity set by slider

NavBallVector ManeuverNodeEditorVectorHandle.vectorType

The direction of the motion


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