public static int GetGlobalInt (string name);
public static int GetGlobalInt (int nameID);

Parámetros

nameIDEl ID del nombre de la propiedad recuperada por Shader.PropertyToID.
nameEl nombre de una propiedad.

Descripción

Gets a global int property for all shaders previously set using SetGlobalInt.

It is only an alias to GetGlobalFloat that the float value is cast to integer.

See Also: GetGlobalFloat.