worldMatrix method

Matrix4 worldMatrix()

A transformation matrix representing the world space of this game entity.

Implementation

Matrix4 worldMatrix(){
	_updateWorldMatrix();
	return _worldMatrix;
}