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

    Class BarChartPainter

    Inheritance
    System.Object
    AbstractCustomPainter
    BarChartPainter
    Inherited Members
    AbstractCustomPainter.addListener(VoidCallback)
    AbstractCustomPainter.removeListener(VoidCallback)
    AbstractCustomPainter.hitTest(Offset)
    AbstractCustomPainter.ToString()
    Namespace: UIWidgets.Tests.demo_charts
    Syntax
    public class BarChartPainter : AbstractCustomPainter, CustomPainter, Listenable

    Constructors

    BarChartPainter(Animation<BarChart>)

    Declaration
    public BarChartPainter(Animation<BarChart> animation)
    Parameters
    Type Name Description
    Animation<BarChart> animation

    Fields

    animation

    Declaration
    public readonly Animation<BarChart> animation
    Field Value
    Type Description
    Animation<BarChart>

    Methods

    paint(Canvas, Size)

    Declaration
    public override void paint(Canvas canvas, Size size)
    Parameters
    Type Name Description
    Canvas canvas
    Size size
    Overrides
    AbstractCustomPainter.paint(Canvas, Size)

    shouldRepaint(CustomPainter)

    Declaration
    public override bool shouldRepaint(CustomPainter old)
    Parameters
    Type Name Description
    CustomPainter old
    Returns
    Type Description
    System.Boolean
    Overrides
    AbstractCustomPainter.shouldRepaint(CustomPainter)
    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