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

    Class MaterialPointArcTween

    Inheritance
    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
    Nullable<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
    Nullable<Single>

    radius

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

    Methods

    lerp(Single)

    Declaration
    public override Offset lerp(float t)
    Parameters
    Type Name Description
    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
    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