CombineChildrenMeshes
Class in Zigurous.Graphics
Declaration
public sealed class CombineChildrenMeshes : MonoBehaviourDescription
Combines children meshes into one mesh.
Properties
| combinedMeshName | The name of the combined mesh. |
| combineOnStart | Combines the mesh on start, otherwise it needs to be called manually. |
| deleteChildren | Destroys the child game objects after combining. |
| mergeSubmeshes | Combines all of the meshes into a single submesh. |
| optimizeMesh | Optimizes the combined mesh data to improve rendering performance. |
| recalculateBounds | Recalculates the bounding volume of the combined mesh. |
Methods
| Combine | Combines the meshes of the children of this game object. |