Class Path | Vector Graphics | 1.0.0-preview.34
docs.unity.cn
    Show / Hide Table of Contents

    Class Path

    A path definition.

    Inheritance
    Object
    Path
    Namespace: Unity.VectorGraphics
    Syntax
    [Obsolete("Use the Shape class with no fill instead")]
    public class Path : IDrawable

    Properties

    Contour

    The bezier contour defining the path.

    Declaration
    public BezierContour Contour { get; set; }
    Property Value
    Type Description
    BezierContour

    PathProps

    The path properties.

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