The angles are used to directly calculate the transform matrix used by the camera class so they are not stored. It is not a simple thing to do, you can always get the transform matrix and possiblly try something like mentioned here How to extract euler angles from transformation matrix?. However gimbal lock is an issue here so you may want to look at Quaternions and spatial rotation as a starting point.