docs.unity.cn
    Show / Hide Table of Contents

    Struct HapticCapabilities

    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 { readonly get; }
    Property Value
    Type Description
    UInt32

    maxBufferSize

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

    numChannels

    Declaration
    public uint numChannels { readonly get; }
    Property Value
    Type Description
    UInt32
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Wednesday, January 5, 2022
    Terms of use