SetMaterialTexture method
String
SetMaterialTexture(
- MaterialBase<
MaterialBase< material,dynamic, ShaderBase, MaterialMapBase< , ShaderBase, MaterialMapBase<dynamic, TextureBase, ColorBase> , TextureBase, ColorBase>dynamic, TextureBase, ColorBase> , TextureBase, ColorBase> - MaterialMapIndex mapType,
- TextureBase<
TextureBase> texture
Implementation
String SetMaterialTexture(
MaterialBase material,
MaterialMapIndex mapType,
TextureBase texture,
) => 'SetMaterialTexture($material, ${mapType.name}, $texture)';