docs.unity.cn
    Show / Hide Table of Contents

    Struct GetCurrentHapticStateCommand

    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    ValueType.ToString()
    Namespace: UnityEngine.InputSystem.XR.Haptics
    Syntax
    public struct GetCurrentHapticStateCommand : IInputDeviceCommandInfo

    Fields

    samplesAvailable

    Declaration
    public uint samplesAvailable
    Field Value
    Type Description
    UInt32

    samplesQueued

    Declaration
    public uint samplesQueued
    Field Value
    Type Description
    UInt32

    Properties

    currentState

    Declaration
    public readonly HapticState currentState { get; }
    Property Value
    Type Description
    HapticState

    typeStatic

    Declaration
    public readonly FourCC typeStatic { get; }
    Property Value
    Type Description
    FourCC
    Implements
    IInputDeviceCommandInfo.typeStatic

    Methods

    Create()

    Declaration
    public static GetCurrentHapticStateCommand Create()
    Returns
    Type Description
    GetCurrentHapticStateCommand
    Back to top Copyright © 2023 Unity Technologies
    Generated by DocFX
    on 27 March 2023
    Terms of use