docs.unity.cn
Search Results for

    Show / Hide Table of Contents

    Interface IXRInputButtonReader

    Interface which allows for callers to read the button's state from an input source.

    Inherited Members
    IXRInputValueReader<float>.ReadValue()
    IXRInputValueReader<float>.TryReadValue(out float)
    Namespace: UnityEngine.XR.Interaction.Toolkit.Inputs.Readers
    Assembly: solution.dll
    Syntax
    public interface IXRInputButtonReader : IXRInputValueReader<float>, IXRInputValueReader

    Methods

    Name Description
    ReadIsPerformed()

    Read whether the button is currently performed, which typically means whether the button is being pressed. This is typically true for multiple frames.

    ReadWasPerformedThisFrame()

    Read whether the button performed this frame, which typically means whether the button started being pressed during this frame. This is typically only true for one single frame.

    See Also

    XRInputButtonReader
    In This Article
    Back to top
    Copyright © 2023 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)