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