Version: 2020.2
언어: 한국어

Renderer.GetPropertyBlock

매뉴얼로 전환
public void GetPropertyBlock (MaterialPropertyBlock properties);
public void GetPropertyBlock (MaterialPropertyBlock properties, int materialIndex);

파라미터

properties Material parameters to retrieve.
materialIndex The index of the Material you want to get overridden parameters from. The index ranges from 0 to Renderer.sharedMaterials.Length-1.

설명

Get per-Renderer or per-Material property block.

The retrieved properties are stored in the property block passed in through "properties". If no properties are set, the property block is cleared. In either case the property block you pass in is completely overwritten.

If you provide a Material index, only the parameters of that Material are retrieved.

See Also: MaterialPropertyBlock, SetPropertyBlock.

Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961