Method GetViewMatrix
GetViewMatrix(int)
Returns the camera view matrix.
선언
public Matrix4x4 GetViewMatrix(int viewIndex = 0)
파라미터
타입 | 이름 | 설명 |
---|---|---|
int | viewIndex | View index in case of stereo rendering. By default |
반환
타입 | 설명 |
---|---|
Matrix4x4 | The camera view matrix. |