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

    Class Filled

    Filled shape representation.

    Inheritance
    Object
    Filled
    Rectangle
    Namespace: Unity.VectorGraphics
    Syntax
    [Obsolete("The filled properties are moved to the Shape class")]
    public abstract class Filled : IDrawable

    Properties

    Fill

    The fill used on the shape.

    Declaration
    public IFill Fill { get; set; }
    Property Value
    Type Description
    IFill

    FillTransform

    A transformation specific to the fill.

    Declaration
    public Matrix2D FillTransform { get; set; }
    Property Value
    Type Description
    Matrix2D

    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