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
KSP.UI.UIListDropArea Class Reference

Drop Area to be used in the child hierarchy of a UIList Constructed to invoke events on a parent UIList or the specified dropOnList Requires a UIMasterController in the scene with a UIDragAndDropController (should always be true) More...

Inheritance diagram for KSP.UI.UIListDropArea:
KSP.UI.DropHandler

Public Member Functions

override void OnDrop (PointerEventData eventData)
 

Public Attributes

UIList dropOnList
 
- Public Attributes inherited from KSP.UI.DropHandler
DropEvent< PointerEventData > onDrop = new DropEvent<PointerEventData>()
 

Detailed Description

Drop Area to be used in the child hierarchy of a UIList Constructed to invoke events on a parent UIList or the specified dropOnList Requires a UIMasterController in the scene with a UIDragAndDropController (should always be true)

Member Function Documentation

override void KSP.UI.UIListDropArea.OnDrop ( PointerEventData  eventData)
inlinevirtual

Reimplemented from KSP.UI.DropHandler.

Member Data Documentation

UIList KSP.UI.UIListDropArea.dropOnList

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