/// <summary>Returns a material array of the SubmeshedMeshInstruction. Fills the passed array if it's the correct size. Creates a new array if it's a different size.</summary>
 public Material[] GetUpdatedMaterialArray(Material[] materials)
 {
     return(submeshInstructions.GetUpdatedMaterialArray(materials));
 }