Namespace UnityEngine.XR.Interaction.Toolkit.Utilities.Tweenables
Classes
TweenableVariableAsyncBase<T>
Async implementation of base TweenableVariable. Uses affordance system jobs to asynchronously tween towards a target value.
TweenableVariableBase<T>
Tweenable variable uses bindable variable and target value to tween over time towards a target value.
TweenableVariableSynchronousBase<T>
Synchronous implementation of tweenable variable used for types for which it may not be possible to create tween jobs.