Struct Touch
Assembly: UnityEngine.dll
Syntax
Properties
|
Improve this Doc
View Source
altitudeAngle
Declaration
public float altitudeAngle { get; set; }
Property Value
|
Improve this Doc
View Source
azimuthAngle
Declaration
public float azimuthAngle { get; set; }
Property Value
|
Improve this Doc
View Source
deltaPosition
Declaration
public Vector2 deltaPosition { get; set; }
Property Value
|
Improve this Doc
View Source
deltaTime
Declaration
public float deltaTime { get; set; }
Property Value
|
Improve this Doc
View Source
fingerId
Declaration
public int fingerId { get; set; }
Property Value
|
Improve this Doc
View Source
maximumPossiblePressure
Declaration
public float maximumPossiblePressure { get; set; }
Property Value
|
Improve this Doc
View Source
phase
Declaration
public TouchPhase phase { get; set; }
Property Value
|
Improve this Doc
View Source
position
Declaration
public Vector2 position { get; set; }
Property Value
|
Improve this Doc
View Source
pressure
Declaration
public float pressure { get; set; }
Property Value
|
Improve this Doc
View Source
radius
Declaration
public float radius { get; set; }
Property Value
|
Improve this Doc
View Source
radiusVariance
Declaration
public float radiusVariance { get; set; }
Property Value
|
Improve this Doc
View Source
rawPosition
Declaration
public Vector2 rawPosition { get; set; }
Property Value
|
Improve this Doc
View Source
tapCount
Declaration
public int tapCount { get; set; }
Property Value
|
Improve this Doc
View Source
type
Declaration
public TouchType type { get; set; }
Property Value
Extension Methods