Version: 2017.3

Renderer.SetPropertyBlock

Switch to Manual
public void SetPropertyBlock (MaterialPropertyBlock properties);

Description

Lets you add per-renderer material parameters without duplicating a material.

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.