Click or drag to resize

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
Syntax
C#
public static PointerEventData GetOriginalPointerEventDataWithPointerDragGO(
	GameObject pointerDragGOToLookFor
)

Parameters

pointerDragGOToLookFor
Type: GameObject

Return Value

Type: PointerEventData
Version Information

Optimized ScrollView Adapter

Supported in: 3.1
See Also