SetModelMeshMaterial function

void SetModelMeshMaterial(
  1. StructPointer<ModelD> model,
  2. int meshId,
  3. int materialId
)

See RaylibCoreFlatModule.SetModelMeshMaterial.

Implementation

void SetModelMeshMaterial(
  StructPointer<ModelD> model,
  int meshId,
  int materialId,
) => _module.SetModelMeshMaterial(model, meshId, materialId);