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.AffordanceSystem.State
Assembly: solution.dll
Syntax
public interface IMultiPokeStateDataProvider
Methods
| Name | Description |
|---|---|
| GetPokeStateDataForTarget(Transform) | Return the bindable variable holding poke state data associated to the parameterized target transform. |