docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IMultiPokeStateDataProvider

    Multiplexed version of IPokeStateDataProvider that allows for multiple targets to be tracked with their own bindable poke state data.

    Namespace: UnityEngine.XR.Interaction.Toolkit.Filtering
    Assembly: Unity.XR.Interaction.Toolkit.dll
    Syntax
    [MovedFrom("UnityEngine.XR.Interaction.Toolkit.AffordanceSystem.State")]
    public interface IMultiPokeStateDataProvider

    Methods

    GetPokeStateDataForTarget(Transform)

    Return the bindable variable holding poke state data associated to the parameterized target transform.

    Declaration
    IReadOnlyBindableVariable<PokeStateData> GetPokeStateDataForTarget(Transform target)
    Parameters
    Type Name Description
    Transform target

    Target transform to track.

    Returns
    Type Description
    IReadOnlyBindableVariable<PokeStateData>

    Bindable variable holding poke state data associated to the parameterized target transform.

    In This Article
    Back to top
    Copyright © 2025 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)