docs.unity.cn
    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
    Generated by DocFX
    on Monday, July 24, 2023