Struct TouchInfo
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: Immersive.Input
Assembly: cs.temp.dll.dll
Syntax
public readonly struct TouchInfo
Constructors
TouchInfo(Int32, Vector2, InputPhase)
Declaration
public TouchInfo(int id, Vector2 position, InputPhase phase)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | id | |
| Vector2 | position | |
| InputPhase | phase |
Properties
ID
Declaration
public readonly int ID { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Phase
Declaration
public readonly InputPhase Phase { get; }
Property Value
| Type | Description |
|---|---|
| InputPhase |
Position
Declaration
public readonly Vector2 Position { get; }
Property Value
| Type | Description |
|---|---|
| Vector2 |