SKMatrix44.SetRowMajor(Single[]) Method

Definition

Resets the current matrix with the specified row-major values.

public void SetRowMajor (float[] src);

Parameters

src
Single[]

The array containing the new, row-major values.

Applies to