Class NoHitSurfaceTouchEventArgs
Inheritance
System.Object
NoHitSurfaceTouchEventArgs
Assembly: cs.temp.dll.dll
public class NoHitSurfaceTouchEventArgs : EventArgs
Properties
Declaration
public bool DidTouchMove { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
public Vector2 NormalisedTouchPosition { get; }
Property Value
Declaration
public Vector2 NormalisedTouchStartPosition { get; }
Property Value
Declaration
public InputPhase Phase { get; }
Property Value
Declaration
public ImmersiveSurface TouchedSurface { get; }
Property Value