Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetInt

This method is deprecated. Use Material.GetFloat or Material.GetInteger instead.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule

GetInt(string)

This method is deprecated. Use Material.GetFloat or Material.GetInteger instead.
public int GetInt(string name)

Parameters

name

The name of the property.

Returns

Type

Description

int

Remarks

This function is just an alias to Material.GetFloat that casts the resulting value to an integer.

GetInt(int)

This method is deprecated. Use Material.GetFloat or Material.GetInteger instead.
public int GetInt(int nameID)

Parameters

nameID

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

Returns

Type

Description

int

Remarks

This function is just an alias to Material.GetFloat that casts the resulting value to an integer.