Namespace UnityEngine.XR.Interaction.Toolkit.Utilities.Tweenables.Primitives
Classes
ColorTweenableVariable
Bindable variable that can tween over time towards a target color value. Uses an async implementation to tween using the job system.
FloatTweenableVariable
Bindable variable that can tween over time towards a target float value. Uses an async implementation to tween using the job system.
QuaternionTweenableVariable
Bindable variable that can tween over time towards a target Quaternion value. Uses an synchronous implementation so the tween does not use the job system.
Vector2TweenableVariable
Bindable variable that can tween over time towards a target float2 (Vector2) value. Uses an async implementation to tween using the job system.
Vector3TweenableVariable
Bindable variable that can tween over time towards a target float3 (Vector3) value. Uses an async implementation to tween using the job system.
Vector4TweenableVariable
Bindable variable that can tween over time towards a target float4 (Vector4) value. Uses an async implementation to tween using the job system.