docs.unity.cn
    Show / Hide Table of Contents

    Struct HapticCapabilities

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

    Constructors

    HapticCapabilities(UInt32, UInt32, UInt32)

    Declaration
    public HapticCapabilities(uint numChannels, uint frequencyHz, uint maxBufferSize)
    Parameters
    Type Name Description
    UInt32 numChannels
    UInt32 frequencyHz
    UInt32 maxBufferSize

    Properties

    frequencyHz

    Declaration
    public uint frequencyHz { get; }
    Property Value
    Type Description
    UInt32

    maxBufferSize

    Declaration
    public uint maxBufferSize { get; }
    Property Value
    Type Description
    UInt32

    numChannels

    Declaration
    public uint numChannels { get; }
    Property Value
    Type Description
    UInt32
    Back to top Copyright © 2023 Unity Technologies
    Generated by DocFX
    on 27 March 2023
    Terms of use