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

    Class FloatingActionButtonAnimator

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

    Constructors

    FloatingActionButtonAnimator()

    Declaration
    protected FloatingActionButtonAnimator()

    Fields

    scaling

    Declaration
    public static readonly FloatingActionButtonAnimator scaling
    Field Value
    Type Description
    FloatingActionButtonAnimator

    Methods

    getAnimationRestart(Single)

    Declaration
    public virtual float getAnimationRestart(float previousValue)
    Parameters
    Type Name Description
    System.Single previousValue
    Returns
    Type Description
    System.Single

    getOffset(Offset, Offset, Single)

    Declaration
    public abstract Offset getOffset(Offset begin, Offset end, float progress)
    Parameters
    Type Name Description
    Offset begin
    Offset end
    System.Single progress
    Returns
    Type Description
    Offset

    getRotationAnimation(Animation<Single>)

    Declaration
    public abstract Animation<float> getRotationAnimation(Animation<float> parent)
    Parameters
    Type Name Description
    Animation<System.Single> parent
    Returns
    Type Description
    Animation<System.Single>

    getScaleAnimation(Animation<Single>)

    Declaration
    public abstract Animation<float> getScaleAnimation(Animation<float> parent)
    Parameters
    Type Name Description
    Animation<System.Single> parent
    Returns
    Type Description
    Animation<System.Single>

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()
    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