VectorImage
An asset that represents a vector image.
Read time 4 minutesLast updated 2 days ago
Definition
- Type: Class
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
- Inherits from: ScriptableObject
- Implements: ISerializationCallbackReceiver
[HelpURL("ui-systems/work-with-vector-graphics")]public sealed class VectorImage : ScriptableObject, ISerializationCallbackReceiver
Remarks
VectorImage is an opaque type. You can't use it to author vector images. To author vector images, use the Painter2D or class.
Unity.VectorGraphics.Editor.SVGImporterFor more information, refer to work with vector graphics.
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. |