次の方法で共有


Struct StereoCameraFov

This struct holds field of views for the left and right camera view in stereo rendering.

struct Microsoft::Azure::RemoteRendering::StereoCameraFov

Fields

Left

The field of view for the left camera view.

Microsoft::Azure::RemoteRendering::CameraFov Left{};

The field of view for the right camera view.

Microsoft::Azure::RemoteRendering::CameraFov Right{};

See also