Skip to content

format

typescript
Matrix4x4.CopyFrom(from)

class: Matrix4x4

description

Assigns a Matrix4x4 matrix to the current matrix.

parameter

param_nametypedescription
fromMatrix4x4The Matrix4x4 matrix to assign.

reture

typedescription
void

code example