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
Syntaxpublic static string ExportMeshes(
List<GameObject> meshes
)
Public Shared Function ExportMeshes (
meshes As List(Of GameObject)
) As String
public:
static String^ ExportMeshes(
List<GameObject^>^ meshes
)
static member ExportMeshes :
meshes : List<GameObject> -> string
Parameters
- meshes
- Type: System.Collections.GenericListGameObject
The list of meshes to be exported
Return Value
Type:
StringString
See Also