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
Assembly: solution.dll
Syntax
public interface IPokeStateDataProvider
Properties
| Name | Description |
|---|---|
| pokeStateData | IReadOnlyBindableVariable<T> that updates whenever the poke logic state is evaluated. |