SetMaterialTexture method

Implementation

String SetMaterialTexture(
  MaterialBase material,
  MaterialMapIndex mapType,
  TextureBase texture,
) => 'SetMaterialTexture($material, ${mapType.name}, $texture)';