Skip to content

3.8 SVG

Jonas de Luna Skulberg edited this page Oct 15, 2023 · 1 revision

SVG

Loads an SVG file as a component onto the canvas.

Extends:

Implements:

  • none

Parameters:

Required:

  • url: string Path to the SVG file.

Optional:

  • position: Vector3 Component position.

Default Parameters:

position = new Vector3(0,0,0),

Implemented Methods:

  • none

Methods

  • none
Clone this wiki locally