Method SetRenderQueue
SetRenderQueue(IEnumerable<Material>, Int32)
Set render queue to all materials in the array.
Declaration
public static void SetRenderQueue(this IEnumerable<Material> materials, int queue)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<Material> | materials | Material array this method extends to. |
| Int32 | queue | Render queue value. |