VectorImage
An asset that represents a vector image.
Read time 4 minutesLast updated 3 days ago
Definition
- Type: Class
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
- Inherits from: ScriptableObject
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
Inheritance
Operators
Operator | Description |
|---|---|
| operator == | Compares two object references to see if they refer to the same object. |
| bool | Determines whether the object exists. |
| operator != | Compares if two objects refer to a different object. |