SetMaterials(List<Material>)
Assigns the shared materials of this object using the list of materials provided.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public void SetMaterials(List<Material> materials)
Parameters
A list of materials to assign to this object.
Remarks
Use this method to set the materials on this object using a list.