Legacy Documentation: Version 5.2
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Material.SetInt

Switch to Manual
public void SetInt(string propertyName, int value);
public void SetInt(int nameID, int value);

Parameters

Description

Set a named integer value.

When setting values on materials using the Standard Shader, you should be aware that you may need to use EnableKeyword to enable features of the shader that were not previously in use. For more detail, read Accessing Materials via Script.

This function is just an alias to SetFloat that casts the passed value to a float.