class PointLightArgs
Defined at line 2633 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
A PointLight is a Light that emits light in all directions. By default, the
intensity of the light falls off according to the physically based
"inverse-square law" (see Wikipedia), although it can be adjusted to other
values for artistic effect.
Supported commands:
- SetLightColor
- SetPointLightPosition
- SetPointLightFalloff
Public Members
uint32_t dummy
Public Methods
::std::unique_ptr<PointLightArgs> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, PointLightArgs * value, size_t _offset)
zx_status_t Clone (PointLightArgs * result)