Show / Hide Table of Contents

Struct Touch

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: UnityEngine
Assembly: UnityEngine.dll
Syntax
public struct Touch

Properties

| Improve this Doc View Source

altitudeAngle

Declaration
public float altitudeAngle { get; set; }
Property Value
Type Description
Single
| Improve this Doc View Source

azimuthAngle

Declaration
public float azimuthAngle { get; set; }
Property Value
Type Description
Single
| Improve this Doc View Source

deltaPosition

Declaration
public Vector2 deltaPosition { get; set; }
Property Value
Type Description
Vector2
| Improve this Doc View Source

deltaTime

Declaration
public float deltaTime { get; set; }
Property Value
Type Description
Single
| Improve this Doc View Source

fingerId

Declaration
public int fingerId { get; set; }
Property Value
Type Description
Int32
| Improve this Doc View Source

maximumPossiblePressure

Declaration
public float maximumPossiblePressure { get; set; }
Property Value
Type Description
Single
| Improve this Doc View Source

phase

Declaration
public TouchPhase phase { get; set; }
Property Value
Type Description
TouchPhase
| Improve this Doc View Source

position

Declaration
public Vector2 position { get; set; }
Property Value
Type Description
Vector2
| Improve this Doc View Source

pressure

Declaration
public float pressure { get; set; }
Property Value
Type Description
Single
| Improve this Doc View Source

radius

Declaration
public float radius { get; set; }
Property Value
Type Description
Single
| Improve this Doc View Source

radiusVariance

Declaration
public float radiusVariance { get; set; }
Property Value
Type Description
Single
| Improve this Doc View Source

rawPosition

Declaration
public Vector2 rawPosition { get; set; }
Property Value
Type Description
Vector2
| Improve this Doc View Source

tapCount

Declaration
public int tapCount { get; set; }
Property Value
Type Description
Int32
| Improve this Doc View Source

type

Declaration
public TouchType type { get; set; }
Property Value
Type Description
TouchType

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX