The SvgImage
class describes an SVG asset for a scene.
Inherits From : SceneObjectBase
Property | Description |
---|---|
svg | (get) (Not Available) Sets the given svg from the svg registry to the svg image scene object. |
Method | Description |
---|---|
getSvg | getSvg(): Promise<Svg | null> Retrieves a previously set Svg to a given svg image scene object. |