Click or drag to resize

BW_ObjExporterExportMeshes Method

Returns the string data of a list of meshes in Obj format

Namespace:  BrydenWoodUnity.GeometryManipulation
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public static string ExportMeshes(
	List<GameObject> meshes
)

Parameters

meshes
Type: System.Collections.GenericListGameObject
The list of meshes to be exported

Return Value

Type: String
String
See Also