Class Filled | Vector Graphics | 1.0.0-preview.34
docs.unity3d.com
    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 © 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