Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetInt

This method is deprecated. Use MaterialPropertyBlock.GetFloat or MaterialPropertyBlock.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 MaterialPropertyBlock.GetFloat or MaterialPropertyBlock.GetInteger instead.
public int GetInt(string name)

Parameters

name

The name of the property.

Returns

Type

Description

int

Remarks

Returns zero if not found.

GetInt(int)

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

Parameters

nameID

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

Returns

Type

Description

int

Remarks

Returns zero if not found.