Click or drag to resize

ToolSet.SkewMatrix Method

Namespace:  FairyGUI.Utils
Assembly:  FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static void SkewMatrix(
	ref Matrix4x4 matrix,
	float skewX,
	float skewY
)

Parameters

matrix
Type: Matrix4x4
skewX
Type: System.Single
skewY
Type: System.Single
See Also