Version: 2018.2
public void GetPropertyBlock (MaterialPropertyBlock properties);
public void GetPropertyBlock (MaterialPropertyBlock properties, int materialIndex);

パラメーター

propertiesMaterial parameters to retrieve.
materialIndexThe 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.

関連項目: MaterialPropertyBlock, SetPropertyBlock.