Version: 2020.2

Shader.GetGlobalInt

切换到手册
public static int GetGlobalInt (string name);
public static int GetGlobalInt (int nameID);

参数

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

描述

获取先前用 SetGlobalInt 为所有着色器设置的全局整数属性。

它是 GetGlobalFloat 的别名,只是将浮点值转换为整数。

另请参阅:GetGlobalFloat