|
Matrix that transforms from world to camera space.
Use this to calculate the camera space position of objects or to provide custom camera's location that is not based on the transform.
Note that camera space matches OpenGL convention: camera's forward is the negative Z axis. This is different from Unity's convention, where forward is the positive Z axis.
If you change this matrix, the camera no longer updates its rendering based on its Transform. This lasts until you call ResetWorldToCameraMatrix.