Class BoxConstraintsTween | UIWidgets | 1.5.4-preview.12
docs.unity3d.com
    Show / Hide Table of Contents

    Class BoxConstraintsTween

    Inheritance
    Object
    Animatable<BoxConstraints>
    Tween<BoxConstraints>
    BoxConstraintsTween
    Inherited Members
    Tween<BoxConstraints>.begin
    Tween<BoxConstraints>.end
    Tween<BoxConstraints>.evaluate(Animation<Single>)
    Tween<BoxConstraints>.ToString()
    Tween<BoxConstraints>.Equals(Tween<BoxConstraints>)
    Tween<BoxConstraints>.Equals(Object)
    Tween<BoxConstraints>.GetHashCode()
    Animatable<BoxConstraints>.animate(Animation<Single>)
    Animatable<BoxConstraints>.chain(Animatable<Single>)
    Namespace: Unity.UIWidgets.widgets
    Syntax
    public class BoxConstraintsTween : Tween<BoxConstraints>, IEquatable<Tween<BoxConstraints>>

    Constructors

    BoxConstraintsTween(BoxConstraints, BoxConstraints)

    Declaration
    public BoxConstraintsTween(BoxConstraints begin = null, BoxConstraints end = null)
    Parameters
    Type Name Description
    BoxConstraints begin
    BoxConstraints end

    Methods

    lerp(Single)

    Declaration
    public override BoxConstraints lerp(float t)
    Parameters
    Type Name Description
    Single t
    Returns
    Type Description
    BoxConstraints
    Overrides
    Unity.UIWidgets.animation.Tween<Unity.UIWidgets.rendering.BoxConstraints>.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