Interface ISynchronousAffordanceStateReceiver
An interface that represents an affordance receiver that processes a tween then updates the affordance state according to the tween output. Does not schedule jobs with the job system.
Inherited Members
Namespace: UnityEngine.XR.Interaction.Toolkit.AffordanceSystem.Receiver
Assembly: Unity.XR.Interaction.Toolkit.dll
Syntax
public interface ISynchronousAffordanceStateReceiver : IAffordanceStateReceiver
Methods
HandleTween(float)
Compute new tween target using theme data and consume it inline to update listeners with new affordance value.
Declaration
void HandleTween(float tweenTarget)
Parameters
Type | Name | Description |
---|---|---|
float | tweenTarget | Tween interpolation target based on delta time parameter. |