Search Results for

    Show / Hide Table of Contents

    Class NoHitSurfaceTouchEventArgs

    Inheritance
    System.Object
    NoHitSurfaceTouchEventArgs
    Namespace: Immersive.Input
    Assembly: cs.temp.dll.dll
    Syntax
    public class NoHitSurfaceTouchEventArgs : EventArgs

    Properties

    DidTouchMove

    Declaration
    public bool DidTouchMove { get; }
    Property Value
    Type Description
    System.Boolean

    NormalisedTouchPosition

    Declaration
    public Vector2 NormalisedTouchPosition { get; }
    Property Value
    Type Description
    Vector2

    NormalisedTouchStartPosition

    Declaration
    public Vector2 NormalisedTouchStartPosition { get; }
    Property Value
    Type Description
    Vector2

    Phase

    Declaration
    public InputPhase Phase { get; }
    Property Value
    Type Description
    InputPhase

    TouchedSurface

    Declaration
    public ImmersiveSurface TouchedSurface { get; }
    Property Value
    Type Description
    ImmersiveSurface
    In This Article
    Back to top Immersive Interactive