class SetPointLightPositionCmd
Defined at line 7649 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h
Sets the position of the PointLight identified by `light_id`.
Public Methods
void SetPointLightPositionCmd (Storage_ storage)
void SetPointLightPositionCmd (uint32_t light_id, ::fuchsia_ui_gfx::Vector3Value position)
void SetPointLightPositionCmd ()
Default constructs a |SetPointLightPositionCmd| only if all of its members are default constructible.
Defined at line 7659 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h
void SetPointLightPositionCmd (SetPointLightPositionCmd && )
Defined at line 7662 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h
void SetPointLightPositionCmd (const SetPointLightPositionCmd & other)
SetPointLightPositionCmd & operator= (SetPointLightPositionCmd && )
Defined at line 7663 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h
SetPointLightPositionCmd & operator= (const SetPointLightPositionCmd & other)
bool operator== (const SetPointLightPositionCmd & other)
bool operator!= (const SetPointLightPositionCmd & other)
uint32_t light_id ()
uint32_t & light_id ()
SetPointLightPositionCmd & light_id (uint32_t value)
Setter for light_id.
const ::fuchsia_ui_gfx::Vector3Value & position ()
::fuchsia_ui_gfx::Vector3Value & position ()
SetPointLightPositionCmd & position (::fuchsia_ui_gfx::Vector3Value value)
Setter for position.
void SetPointLightPositionCmd (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits