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

    Class Bar

    Inheritance
    System.Object
    Bar
    Namespace: UIWidgets.Tests.demo_charts
    Syntax
    public class Bar : MergeTweenable<Bar>

    Constructors

    Bar(Int32, Single, Single, Single, Color)

    Declaration
    public Bar(int rank, float x, float width, float height, Color color)
    Parameters
    Type Name Description
    System.Int32 rank
    System.Single x
    System.Single width
    System.Single height
    Color color

    Fields

    color

    Declaration
    public readonly Color color
    Field Value
    Type Description
    Color

    height

    Declaration
    public readonly float height
    Field Value
    Type Description
    System.Single

    rank

    Declaration
    public readonly int rank
    Field Value
    Type Description
    System.Int32

    width

    Declaration
    public readonly float width
    Field Value
    Type Description
    System.Single

    x

    Declaration
    public readonly float x
    Field Value
    Type Description
    System.Single

    Properties

    empty

    Declaration
    public Bar empty { get; }
    Property Value
    Type Description
    Bar
    Implements
    MergeTweenable<T>.empty

    Methods

    lerp(Bar, Bar, Single)

    Declaration
    public static Bar lerp(Bar begin, Bar end, float t)
    Parameters
    Type Name Description
    Bar begin
    Bar end
    System.Single t
    Returns
    Type Description
    Bar

    less(Bar)

    Declaration
    public bool less(Bar other)
    Parameters
    Type Name Description
    Bar other
    Returns
    Type Description
    System.Boolean
    Implements
    MergeTweenable<T>.less(T)

    tweenTo(Bar)

    Declaration
    public Tween<Bar> tweenTo(Bar other)
    Parameters
    Type Name Description
    Bar other
    Returns
    Type Description
    Tween<Bar>
    Implements
    MergeTweenable<T>.tweenTo(T)
    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