Legacy Documentation: Version 2018.2 (Go to current version)
LanguageEnglish
  • C#

Material.HasProperty

Switch to Manual
public bool HasProperty(string name);
public bool HasProperty(int nameID);

Parameters

nameIDThe name ID of the property retrieved by Shader.PropertyToID.
nameThe name of the property.

Description

Checks if material's shader has a property of a given name.

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