Method IsStereoEnabled
IsStereoEnabled(Camera)
Checks if a camera is rendering in stereo mode.
선언
public static bool IsStereoEnabled(Camera camera)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| Camera | camera | Camera to check state from. |
반환
| 타입 | 설명 |
|---|---|
| bool | Returns true if the given camera is rendering in stereo mode, false otherwise. |