SetMaterialTexture function

void SetMaterialTexture(
  1. MaterialD material,
  2. MaterialMapIndex mapType,
  3. TextureD texture
)

Implementation

void SetMaterialTexture(
  MaterialD material,
  MaterialMapIndex mapType,
  TextureD texture,
) => _module.SetMaterialTexture(material, mapType, texture);