Class ReverseTween<T> | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class ReverseTween<T>

    Inheritance
    System.Object
    Animatable<T>
    Tween<T>
    ReverseTween<T>
    Inherited Members
    Tween<T>.begin
    Tween<T>.end
    Tween<T>.evaluate(Animation<Single>)
    Tween<T>.ToString()
    Tween<T>.Equals(Tween<T>)
    Tween<T>.Equals(Object)
    Tween<T>.GetHashCode()
    Animatable<T>.animate(Animation<Single>)
    Animatable<T>.chain(Animatable<Single>)
    Namespace: Unity.UIWidgets.animation
    Syntax
    public class ReverseTween<T> : Tween<T>, IEquatable<Tween<T>>
    Type Parameters
    Name Description
    T

    Constructors

    ReverseTween(Tween<T>)

    Declaration
    public ReverseTween(Tween<T> parent)
    Parameters
    Type Name Description
    Tween<T> parent

    Fields

    parent

    Declaration
    public readonly Tween<T> parent
    Field Value
    Type Description
    Tween<T>

    Methods

    lerp(Single)

    Declaration
    public override T lerp(float t)
    Parameters
    Type Name Description
    System.Single t
    Returns
    Type Description
    T
    Overrides
    Unity.UIWidgets.animation.Tween<T>.lerp(System.Single)
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023