SKMatrix44.SetScale(Single, Single, Single) Method

Definition

Resets the current matrix to a scale matrix.

public void SetScale (float sx, float sy, float sz);

Parameters

sx
Single

The amount, along the x-axis, to scale.

sy
Single

The amount, along the y-axis, to scale.

sz
Single

The amount, along the z-axis, to scale.

Applies to