Class _AnimationTuple | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class _AnimationTuple

    Inheritance
    System.Object
    _AnimationTuple
    Namespace: Unity.UIWidgets.material
    Syntax
    public class _AnimationTuple

    Constructors

    _AnimationTuple(AnimationController, CurvedAnimation, CurvedAnimation, CurvedAnimation, Single)

    Declaration
    public _AnimationTuple(AnimationController controller = null, CurvedAnimation startAnimation = null, CurvedAnimation endAnimation = null, CurvedAnimation gapAnimation = null, float gapStart = 0F)
    Parameters
    Type Name Description
    AnimationController controller
    CurvedAnimation startAnimation
    CurvedAnimation endAnimation
    CurvedAnimation gapAnimation
    System.Single gapStart

    Fields

    controller

    Declaration
    public readonly AnimationController controller
    Field Value
    Type Description
    AnimationController

    endAnimation

    Declaration
    public readonly CurvedAnimation endAnimation
    Field Value
    Type Description
    CurvedAnimation

    gapAnimation

    Declaration
    public readonly CurvedAnimation gapAnimation
    Field Value
    Type Description
    CurvedAnimation

    gapStart

    Declaration
    public float gapStart
    Field Value
    Type Description
    System.Single

    startAnimation

    Declaration
    public readonly CurvedAnimation startAnimation
    Field Value
    Type Description
    CurvedAnimation
    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