Camera.ResetWorldToCameraMatrixfunction ResetWorldToCameraMatrix () : voidDescriptionMake the rendering position reflect the camera's position in the scene. Call this to end the effect of setting worldToCameraMatrix.
JavaScript
camera.ResetWorldToCameraMatrix(); using UnityEngine; import UnityEngine |
