Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Public Attributes | Static Protected Attributes | List of all members
Expansions.Missions.Editor.MEGUIPanelSeparator Class Reference

This classes define the behaviour of a drageable separator, that resizes MEGUIPanels More...

Inheritance diagram for Expansions.Missions.Editor.MEGUIPanelSeparator:

Public Member Functions

void OnBeginDrag (PointerEventData eventData)
 Event that triggers when a drag action begin to be performed More...
 
void OnDrag (PointerEventData eventData)
 Event triggers on mouse dragging above the separator drag area More...
 
void OnEndDrag (PointerEventData eventData)
 Event that triggers when a drag action has ended More...
 
void OnPointerEnter (PointerEventData eventData)
 Event that triggers when the mouse enter the gameobject rect More...
 
void OnPointerExit (PointerEventData eventData)
 Event that triggers when the mouse leave the gameobject rect More...
 

Public Attributes

string CursorID
 
TextureCursor DefaultCursor
 
TextureCursor LeftClickCursor
 
MEGUIPanel Panel
 Panel reference More...
 
Vector2 PanelOffset
 Offset of this panel within the screen bounds More...
 
TextureCursor RightClickCursor
 

Static Protected Attributes

static bool isDragging
 

Detailed Description

This classes define the behaviour of a drageable separator, that resizes MEGUIPanels

Member Function Documentation

void Expansions.Missions.Editor.MEGUIPanelSeparator.OnBeginDrag ( PointerEventData  eventData)
inline

Event that triggers when a drag action begin to be performed

Parameters
eventData
void Expansions.Missions.Editor.MEGUIPanelSeparator.OnDrag ( PointerEventData  eventData)
inline

Event triggers on mouse dragging above the separator drag area

Parameters
eventData
void Expansions.Missions.Editor.MEGUIPanelSeparator.OnEndDrag ( PointerEventData  eventData)
inline

Event that triggers when a drag action has ended

Parameters
eventData
void Expansions.Missions.Editor.MEGUIPanelSeparator.OnPointerEnter ( PointerEventData  eventData)
inline

Event that triggers when the mouse enter the gameobject rect

Parameters
eventData
void Expansions.Missions.Editor.MEGUIPanelSeparator.OnPointerExit ( PointerEventData  eventData)
inline

Event that triggers when the mouse leave the gameobject rect

Parameters
eventData

Member Data Documentation

string Expansions.Missions.Editor.MEGUIPanelSeparator.CursorID
TextureCursor Expansions.Missions.Editor.MEGUIPanelSeparator.DefaultCursor
bool Expansions.Missions.Editor.MEGUIPanelSeparator.isDragging
staticprotected
TextureCursor Expansions.Missions.Editor.MEGUIPanelSeparator.LeftClickCursor
MEGUIPanel Expansions.Missions.Editor.MEGUIPanelSeparator.Panel

Panel reference

Vector2 Expansions.Missions.Editor.MEGUIPanelSeparator.PanelOffset

Offset of this panel within the screen bounds

TextureCursor Expansions.Missions.Editor.MEGUIPanelSeparator.RightClickCursor

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