public int GetInt (string name);
public int GetInt (int nameID);

Parameters

nameID通过 Shader.PropertyToID 检索的属性的名称 ID。
name属性的名称。

Description

Get an int from the property block.

如果未找到,则返回零。