public bool HasProperty (string name);
public bool HasProperty (int nameID);

파라미터

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

설명

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