public void GetMaterials (List<Material> m);

Parámetros

mA list of materials to populate.

Descripción

Retorna todos los materiales instanciados de este objeto.

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