Method SetOverrideTag
SetOverrideTag(IEnumerable<Material>, String, String)
Set override tag to all materials in the array.
Declaration
public static void SetOverrideTag(this IEnumerable<Material> materials, string tagName, string value)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<Material> | materials | Material array this method extends to. |
String | tagName | Name of the tag. |
String | value | Value of the tag. |