class StereoCameraArgs
Defined at line 4988 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h
A StereoCamera is a Camera that renders the scene in side-by-side stereo.
Any command which can be applied to a Camera can also be applied to a
StereoCamera.
Additional supported commands:
- SetStereoCameraProjection
Public Methods
void StereoCameraArgs (Storage_ storage)
void StereoCameraArgs (uint32_t scene_id)
void StereoCameraArgs ()
Default constructs a |StereoCameraArgs| only if all of its members are default constructible.
Defined at line 4998 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h
void StereoCameraArgs (StereoCameraArgs && )
Defined at line 5001 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h
void StereoCameraArgs (const StereoCameraArgs & other)
StereoCameraArgs & operator= (StereoCameraArgs && )
Defined at line 5002 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h
StereoCameraArgs & operator= (const StereoCameraArgs & other)
bool operator== (const StereoCameraArgs & other)
bool operator!= (const StereoCameraArgs & other)
uint32_t scene_id ()
The scene that the camera is viewing.
uint32_t & scene_id ()
The scene that the camera is viewing.
StereoCameraArgs & scene_id (uint32_t value)
The scene that the camera is viewing.
void StereoCameraArgs (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits