[]
Scales a Matrix5x4 by the given value.
public static void MultiplyRef(out Matrix5x4 result, ref Matrix5x4 left, float right)
Type | Name | Description |
---|---|---|
Matrix5x4 | result | When the method completes, contains the scaled Matrix5x4. |
Matrix5x4 | left | The Matrix5x4 to scale. |
float | right | The amount by which to scale. |