Class SvgExport
Inheritance
System.Object
SvgExport
Namespace: Sylves
Assembly: Sylves.dll
Syntax
public static class SvgExport : Object
Methods
WritePathCommands(Vector3[], Matrix4x4, TextWriter, Boolean)
Declaration
public static void WritePathCommands(Vector3[] vertices, Matrix4x4 transform, TextWriter tw, bool close = true)
Parameters
| Type | Name | Description |
|---|---|---|
| Vector3[] | vertices | |
| Matrix4x4 | transform | |
| System.IO.TextWriter | tw | |
| System.Boolean | close |