Show / Hide Table of Contents

Class SvgExport

Inheritance
object
SvgExport
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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
In this article
Back to top Generated by DocFX