docs.unity3d.com
    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 { 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
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023