Version: 2017.3

Renderer.SetPropertyBlock

Cambiar al Manual
public void SetPropertyBlock (MaterialPropertyBlock properties);

Descripción

Le permite a usted agregar parámetros de material por-renderer sin duplicar un 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.