Version: 2017.2
public void SetViewMatrix (Matrix4x4 view);

Parámetros

view View (world to camera space) matrix.

Descripción

Add a command to set the view matrix.

View matrix is the matrix that transforms from world space into camera space.

Note that when setting both view and projection matrices, it is slightly more efficient to use SetViewProjectionMatrices.

See Also: SetProjectionMatrix, SetViewProjectionMatrices, Camera.worldToCameraMatrix.