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

    Class MaterialPointArcTween

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

    Constructors

    MaterialPointArcTween(Offset, Offset)

    Declaration
    public MaterialPointArcTween(Offset begin = null, Offset end = null)
    Parameters
    Type Name Description
    Offset begin
    Offset end

    Properties

    begin

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

    beginAngle

    Declaration
    public float? beginAngle { get; }
    Property Value
    Type Description
    System.Nullable<System.Single>

    center

    Declaration
    public Offset center { get; }
    Property Value
    Type Description
    Offset

    end

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

    endAngle

    Declaration
    public float? endAngle { get; }
    Property Value
    Type Description
    System.Nullable<System.Single>

    radius

    Declaration
    public float? radius { get; }
    Property Value
    Type Description
    System.Nullable<System.Single>

    Methods

    lerp(Single)

    Declaration
    public override Offset lerp(float t)
    Parameters
    Type Name Description
    System.Single t
    Returns
    Type Description
    Offset
    Overrides
    Unity.UIWidgets.animation.Tween<Unity.UIWidgets.ui.Offset>.lerp(System.Single)

    ToString()

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