Renderer.GetSharedMaterials

Cambiar al Manual
public void GetSharedMaterials (List<Material> m);

Parámetros

mA list of materials to populate.

Descripción

Returns all the shared materials of this object.

Use this method instead of sharedMaterials if you control the life cycle of the list passed in and you want to avoid allocating a new array with every access.