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
Syntaxpublic static Mesh CombineMeshes(
GameObject thisChild
)
Public Shared Function CombineMeshes (
thisChild As GameObject
) As Mesh
public:
static Mesh^ CombineMeshes(
GameObject^ thisChild
)
static member CombineMeshes :
thisChild : GameObject -> Mesh
Parameters
- thisChild
- Type: GameObject
The parent object
Return Value
Type:
MeshUnity Mesh
See Also