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