Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


VectorImage

An asset that represents a vector image.
Read time 4 minutesLast updated 3 days ago

Definition

public sealed class VectorImage : ScriptableObject

Remarks

VectorImage is an opaque type. You cannot use it to author vector images. To author vector images, use the Painter2D class, or use the SVGImporter in the Vector Graphics package.
To get the latest Vector Graphics package documentation, see the Packages Documentation page in the Unity Manual

Properties

Property

Description

heightThe height of the vector image.
widthThe width of the vector image.

Inheritance

Inherited Members

Operators

Operator

Description

operator ==Compares two object references to see if they refer to the same object.
boolDetermines whether the object exists.
operator !=Compares if two objects refer to a different object.