Version: 2020.2
言語: 日本語
public void GetMaterials (List<Material> m);

パラメーター

m A list of materials to populate.

説明

このオブジェクトのすべてのインスタンス化されたマテリアルを返します。

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.