Version: 2017.3
public void SetViewMatrix (Matrix4x4 view);

パラメーター

view View (world to camera space) matrix.

説明

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.