docs.unity.cn
    Show / Hide Table of Contents

    Struct PathProperties

    Defines properties of paths.

    Namespace: Unity.VectorGraphics
    Syntax
    public struct PathProperties

    Properties

    Corners

    How the corners of the path should be displayed.

    Declaration
    public PathCorner Corners { readonly get; set; }
    Property Value
    Type Description
    PathCorner

    Head

    How the beginning of the path should be displayed.

    Declaration
    public PathEnding Head { readonly get; set; }
    Property Value
    Type Description
    PathEnding

    Stroke

    The stroke used to render the path.

    Declaration
    public Stroke Stroke { readonly get; set; }
    Property Value
    Type Description
    Stroke

    Tail

    How the end of the path should be displayed.

    Declaration
    public PathEnding Tail { readonly get; set; }
    Property Value
    Type Description
    PathEnding
    Back to top Copyright © 2023 Unity Technologies
    Generated by DocFX
    on Wednesday, April 19, 2023
    Terms of use