Struct PathProperties | Vector Graphics | 1.0.0-preview.34
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 { get; set; }
    Property Value
    Type Description
    PathCorner

    Head

    How the beginning of the path should be displayed.

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

    Stroke

    The stroke used to render the path.

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

    Tail

    How the end of the path should be displayed.

    Declaration
    public PathEnding Tail { get; set; }
    Property Value
    Type Description
    PathEnding
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX