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

    Class ShapeBorderClipper

    Inheritance
    System.Object
    CustomClipper<Path>
    ShapeBorderClipper
    Inherited Members
    CustomClipper<Path>._reclip
    CustomClipper<Path>.getApproximateClipRect(Size)
    CustomClipper<Path>.ToString()
    Namespace: Unity.UIWidgets.rendering
    Syntax
    public class ShapeBorderClipper : CustomClipper<Path>

    Constructors

    ShapeBorderClipper(ShapeBorder)

    Declaration
    public ShapeBorderClipper(ShapeBorder shape = null)
    Parameters
    Type Name Description
    ShapeBorder shape

    Fields

    shape

    Declaration
    public readonly ShapeBorder shape
    Field Value
    Type Description
    ShapeBorder

    Methods

    getClip(Size)

    Declaration
    public override Path getClip(Size size)
    Parameters
    Type Name Description
    Size size
    Returns
    Type Description
    Path
    Overrides
    Unity.UIWidgets.rendering.CustomClipper<Unity.UIWidgets.ui.Path>.getClip(Unity.UIWidgets.ui.Size)

    shouldReclip(CustomClipper<Path>)

    Declaration
    public override bool shouldReclip(CustomClipper<Path> oldClipper)
    Parameters
    Type Name Description
    CustomClipper<Path> oldClipper
    Returns
    Type Description
    System.Boolean
    Overrides
    Unity.UIWidgets.rendering.CustomClipper<Unity.UIWidgets.ui.Path>.shouldReclip(Unity.UIWidgets.rendering.CustomClipper<Unity.UIWidgets.ui.Path>)
    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