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

    Class MaterialRectArcTween

    Inheritance
    System.Object
    Animatable<Rect>
    Tween<Rect>
    RectTween
    MaterialRectArcTween
    Inherited Members
    Tween<Rect>.evaluate(Animation<Single>)
    Tween<Rect>.Equals(Tween<Rect>)
    Tween<Rect>.Equals(Object)
    Tween<Rect>.GetHashCode()
    Animatable<Rect>.animate(Animation<Single>)
    Animatable<Rect>.chain(Animatable<Single>)
    Namespace: Unity.UIWidgets.material
    Syntax
    public class MaterialRectArcTween : RectTween, IEquatable<Tween<Rect>>

    Constructors

    MaterialRectArcTween(Rect, Rect)

    Declaration
    public MaterialRectArcTween(Rect begin = null, Rect end = null)
    Parameters
    Type Name Description
    Rect begin
    Rect end

    Properties

    begin

    Declaration
    public override Rect begin { get; set; }
    Property Value
    Type Description
    Rect
    Overrides
    Unity.UIWidgets.animation.Tween<Unity.UIWidgets.ui.Rect>.begin

    beginArc

    Declaration
    public MaterialPointArcTween beginArc { get; }
    Property Value
    Type Description
    MaterialPointArcTween

    end

    Declaration
    public override Rect end { get; set; }
    Property Value
    Type Description
    Rect
    Overrides
    Unity.UIWidgets.animation.Tween<Unity.UIWidgets.ui.Rect>.end

    endArc

    Declaration
    public MaterialPointArcTween endArc { get; }
    Property Value
    Type Description
    MaterialPointArcTween

    Methods

    lerp(Single)

    Declaration
    public override Rect lerp(float t)
    Parameters
    Type Name Description
    System.Single t
    Returns
    Type Description
    Rect
    Overrides
    RectTween.lerp(Single)

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    Unity.UIWidgets.animation.Tween<Unity.UIWidgets.ui.Rect>.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