Version: 2017.2
public void SetPropertyBlock (MaterialPropertyBlock properties);

説明

マテリアルを複製せずにマテリアルのパラメーターを変更することができます

This is recommended when changing material properties often. With multithreaded rendering, it is more efficient than setting properties directly on the material.

See Also: MaterialPropertyBlock, GetPropertyBlock.