docs.unity3d.com
    Show / Hide Table of Contents

    Interface IPokeStateDataProvider

    This provider interface allows a source component to populate PokeStateData upon request to a component that is bound to the pokeStateData bindable variable that provides state data about a poke interaction. Typically this is needed by an affordance listener for poke.

    Namespace: UnityEngine.XR.Interaction.Toolkit.AffordanceSystem.State
    Syntax
    public interface IPokeStateDataProvider

    Properties

    pokeStateData

    IReadOnlyBindableVariable<T> that updates whenever the poke logic state is evaluated.

    Declaration
    IReadOnlyBindableVariable<PokeStateData> pokeStateData { get; }
    Property Value
    Type Description
    IReadOnlyBindableVariable<PokeStateData>
    See Also
    PokeStateData
    Back to top
    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