docs.unity.cn
Search Results for

    Show / Hide Table of Contents

    Property interactionStrengthFilters

    interactionStrengthFilters

    The list of interaction strength filters in this object. Used to modify the default interaction strength of an Interactor relative to this Interactable. This is useful for interactables that can be poked to report the depth of the poke interactor as a percentage while the poke interactor is hovering over this object.

    Declaration
    public IXRFilterList<IXRInteractionStrengthFilter> interactionStrengthFilters { get; }
    Property Value
    Type Description
    IXRFilterList<IXRInteractionStrengthFilter>
    Remarks

    While processing interaction strength filters, all changes to this list don't have an immediate effect. Theses changes are buffered and applied when the processing is finished. Calling MoveTo(T, int) in this list will throw an exception when this list is being processed.

    See Also
    ProcessInteractionStrengthFilters(IXRInteractor, float)
    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)