UtilsGetOriginalPointerEventDataWithPointerDragGO Method |
This is needed because the PointerEventData received in OnDrag, OnEndDrag etc. is a copy of the original one
Namespace:
frame8.Logic.Misc.Visual.UI.ScrollRectItemsAdapter
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic static PointerEventData GetOriginalPointerEventDataWithPointerDragGO(
GameObject pointerDragGOToLookFor
)
Parameters
- pointerDragGOToLookFor
- Type: GameObject
Return Value
Type:
PointerEventData
Version InformationOptimized ScrollView Adapter
Supported in: 3.1
See Also