LanguageEnglish
  • C#

Shader.GetGlobalInteger

Switch to Manual

Declaration

public static int GetGlobalInteger(string name);

Declaration

public static int GetGlobalInteger(int nameID);

Parameters

nameID The name ID of the property retrieved by Shader.PropertyToID.
name The name of the property.

Description

Gets a global integer property for all shaders previously set using SetGlobalInteger.


Did you find this page useful? Please give it a rating: