Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


HasInt

This method is deprecated. Use Material.HasFloat or Material.HasInteger instead.
Read time 1 minuteLast updated 5 days ago

Definition

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

HasInt(string)

This method is deprecated. Use Material.HasFloat or Material.HasInteger instead.
public bool HasInt(string name)

Parameters

name

The name of the property.

Returns

Type

Description

boolReturns true if the ShaderLab file assigned to the Material has this property.

Remarks

HasInt(int)

This method is deprecated. Use Material.HasFloat or Material.HasInteger instead.
public bool HasInt(int nameID)

Parameters

nameID

The name ID of the property. Use Shader.PropertyToID to get this ID.

Returns

Type

Description

boolReturns true if the ShaderLab file assigned to the Material has this property.

Remarks