SetMaterialTexture function

void SetMaterialTexture(
  1. Pointer<MaterialC> material,
  2. int mapType,
  3. TextureC texture
)

Implementation

void SetMaterialTexture(
  Pointer<MaterialC> material,
  int mapType,
  TextureC texture,
) => _module.SetMaterialTexture(material, mapType, texture);