docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    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.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)