Click or drag to resize

BW_ObjExporterCombineMeshes Method

Combines the meshes of the children of an object into a single mesh

Namespace:  BrydenWoodUnity.GeometryManipulation
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public static Mesh CombineMeshes(
	GameObject thisChild
)

Parameters

thisChild
Type: GameObject
The parent object

Return Value

Type: Mesh
Unity Mesh
See Also