PagedRect  1.26
UI.Pagination.PassThroughDragEvents Class Reference
Inheritance diagram for UI.Pagination.PassThroughDragEvents:

Public Member Functions

void Initialise ()
 
void OnEndDrag (PointerEventData data)
 
void OnBeginDrag (PointerEventData data)
 
void OnDrag (PointerEventData data)
 

Public Attributes

List< GameObject > Targets = null
 
List< string > DesiredTargetTypes = null
 
bool PassThroughHorizontalDragEvents = true
 
bool PassThroughVerticalDragEvents = true
 

Member Function Documentation

void UI.Pagination.PassThroughDragEvents.Initialise ( )
void UI.Pagination.PassThroughDragEvents.OnBeginDrag ( PointerEventData  data)
void UI.Pagination.PassThroughDragEvents.OnDrag ( PointerEventData  data)
void UI.Pagination.PassThroughDragEvents.OnEndDrag ( PointerEventData  data)

Member Data Documentation

List<string> UI.Pagination.PassThroughDragEvents.DesiredTargetTypes = null
bool UI.Pagination.PassThroughDragEvents.PassThroughHorizontalDragEvents = true
bool UI.Pagination.PassThroughDragEvents.PassThroughVerticalDragEvents = true
List<GameObject> UI.Pagination.PassThroughDragEvents.Targets = null

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