Click or drag to resize
FloatMatrix Constructor (Matrix4x4)
Initializes a new 4x4 instance of the FloatMatrix class by copying an existing Matrix4x4.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public FloatMatrix(
	Matrix4x4 matrix
)

Parameters

matrix
Type: Matrix4x4
Matrix.
See Also