Version: 2021.1
언어: 한국어

Camera.stereoActiveEye

매뉴얼로 전환
public Camera.MonoOrStereoscopicEye stereoActiveEye ;

설명

Returns the eye that is currently rendering. If called when stereo is not enabled it will return Camera.MonoOrStereoscopicEye.Mono.
If called during a camera rendering callback such as OnRenderImage it will return the currently rendering eye.
If called outside of a rendering callback and stereo is enabled, it will return the default eye which is Camera.MonoOrStereoscopicEye.Left.