Click or drag to resize

InputProcessingTouchPointerData Constructor (Vector2, Object)

Namespace:  NeoAxis
Assembly:  NeoAxis.CoreExtension (in NeoAxis.CoreExtension.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public TouchPointerData(
	Vector2 position,
	Object pointerIdentifier
)

Parameters

position
Type: NeoAxisVector2
pointerIdentifier
Type: SystemObject
See Also