Property propertyNameId
propertyNameId
Specifies the unique shader property name ID for the material shader texture.
Declaration
public int propertyNameId { get; }
Property Value
Type | Description |
---|---|
int | The unique shader property name ID for the material shader texture. |
Remarks
Use the static method Shader.PropertyToID(string name)
to get the unique identifier.