Class FTouch
- Namespace
- Global
- Assembly
- Assembly-CSharp.dll
public class FTouch
- Inheritance
-
FTouch
- Inherited Members
Fields
deltaPosition
public Vector2 deltaPosition
Field Value
- Vector2
deltaTime
public float deltaTime
Field Value
fingerId
public int fingerId
Field Value
phase
public TouchPhase phase
Field Value
- TouchPhase
position
public Vector2 position
Field Value
- Vector2
slot
public FTouchSlot slot
Field Value
tapCount
public int tapCount
Field Value
Methods
Copy(FTouch)
public void Copy(FTouch touch)
Parameters
touchFTouch
Copy(Touch, float, float, float)
public void Copy(Touch touch, float offsetX, float offsetY, float touchScale)