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