class Command

Defined at line 9819 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h

Commands that are used to modify the state of a `Session`.

Public Methods

void Command (Command && other)
Command & operator= (Command && other)
::fuchsia_ui_gfx::Command::Tag Which ()
Command WithCreateResource (::fuchsia_ui_gfx::CreateResourceCmd val)
const ::fidl::internal::UnionMemberView<1, Storage_> create_resource ()
::fidl::internal::UnionMemberView<1, Storage_> create_resource ()
Command & create_resource (::fuchsia_ui_gfx::CreateResourceCmd value)

Sets the union to hold the create_resource member.

Command WithReleaseResource (::fuchsia_ui_gfx::ReleaseResourceCmd val)
const ::fidl::internal::UnionMemberView<2, Storage_> release_resource ()
::fidl::internal::UnionMemberView<2, Storage_> release_resource ()
Command & release_resource (::fuchsia_ui_gfx::ReleaseResourceCmd value)

Sets the union to hold the release_resource member.

Command WithExportResource (::fuchsia_ui_gfx::ExportResourceCmdDeprecated val)
const ::fidl::internal::UnionMemberView<3, Storage_> export_resource ()
::fidl::internal::UnionMemberView<3, Storage_> export_resource ()
Command & export_resource (::fuchsia_ui_gfx::ExportResourceCmdDeprecated value)

Sets the union to hold the export_resource member.

Command WithImportResource (::fuchsia_ui_gfx::ImportResourceCmdDeprecated val)
const ::fidl::internal::UnionMemberView<4, Storage_> import_resource ()
::fidl::internal::UnionMemberView<4, Storage_> import_resource ()
Command & import_resource (::fuchsia_ui_gfx::ImportResourceCmdDeprecated value)

Sets the union to hold the import_resource member.

Command WithSetTag (::fuchsia_ui_gfx::SetTagCmd val)
const ::fidl::internal::UnionMemberView<5, Storage_> set_tag ()
::fidl::internal::UnionMemberView<5, Storage_> set_tag ()
Command & set_tag (::fuchsia_ui_gfx::SetTagCmd value)

Tagging commands.

Command WithDetach (::fuchsia_ui_gfx::DetachCmd val)
const ::fidl::internal::UnionMemberView<6, Storage_> detach ()
::fidl::internal::UnionMemberView<6, Storage_> detach ()
Command & detach (::fuchsia_ui_gfx::DetachCmd value)

Grouping commands.

Command WithSetTranslation (::fuchsia_ui_gfx::SetTranslationCmd val)
const ::fidl::internal::UnionMemberView<7, Storage_> set_translation ()
::fidl::internal::UnionMemberView<7, Storage_> set_translation ()
Command & set_translation (::fuchsia_ui_gfx::SetTranslationCmd value)

Spatial commands.

Command WithSetScale (::fuchsia_ui_gfx::SetScaleCmd val)
const ::fidl::internal::UnionMemberView<8, Storage_> set_scale ()
::fidl::internal::UnionMemberView<8, Storage_> set_scale ()
Command & set_scale (::fuchsia_ui_gfx::SetScaleCmd value)

Sets the union to hold the set_scale member.

Command WithSetRotation (::fuchsia_ui_gfx::SetRotationCmd val)
const ::fidl::internal::UnionMemberView<9, Storage_> set_rotation ()
::fidl::internal::UnionMemberView<9, Storage_> set_rotation ()
Command & set_rotation (::fuchsia_ui_gfx::SetRotationCmd value)

Sets the union to hold the set_rotation member.

Command WithSetAnchor (::fuchsia_ui_gfx::SetAnchorCmd val)
const ::fidl::internal::UnionMemberView<10, Storage_> set_anchor ()
::fidl::internal::UnionMemberView<10, Storage_> set_anchor ()
Command & set_anchor (::fuchsia_ui_gfx::SetAnchorCmd value)

Sets the union to hold the set_anchor member.

Command WithSetSize (::fuchsia_ui_gfx::SetSizeCmd val)
const ::fidl::internal::UnionMemberView<11, Storage_> set_size ()
::fidl::internal::UnionMemberView<11, Storage_> set_size ()
Command & set_size (::fuchsia_ui_gfx::SetSizeCmd value)

Sets the union to hold the set_size member.

Command WithSetOpacity (::fuchsia_ui_gfx::SetOpacityCmd val)
const ::fidl::internal::UnionMemberView<12, Storage_> set_opacity ()
::fidl::internal::UnionMemberView<12, Storage_> set_opacity ()
Command & set_opacity (::fuchsia_ui_gfx::SetOpacityCmd value)

Sets the union to hold the set_opacity member.

Command WithSendSizeChangeHintHack (::fuchsia_ui_gfx::SendSizeChangeHintCmdHack val)
const ::fidl::internal::UnionMemberView<13, Storage_> send_size_change_hint_hack ()
::fidl::internal::UnionMemberView<13, Storage_> send_size_change_hint_hack ()
Command & send_size_change_hint_hack (::fuchsia_ui_gfx::SendSizeChangeHintCmdHack value)

Sets the union to hold the send_size_change_hint_hack member.

Command WithAddChild (::fuchsia_ui_gfx::AddChildCmd val)
const ::fidl::internal::UnionMemberView<14, Storage_> add_child ()
::fidl::internal::UnionMemberView<14, Storage_> add_child ()
Command & add_child (::fuchsia_ui_gfx::AddChildCmd value)

Node-specific commands.

Command WithAddPart (::fuchsia_ui_gfx::AddPartCmd val)
const ::fidl::internal::UnionMemberView<15, Storage_> add_part ()
::fidl::internal::UnionMemberView<15, Storage_> add_part ()
Command & add_part (::fuchsia_ui_gfx::AddPartCmd value)

re-parenting?

Command WithDetachChildren (::fuchsia_ui_gfx::DetachChildrenCmd val)
const ::fidl::internal::UnionMemberView<16, Storage_> detach_children ()
::fidl::internal::UnionMemberView<16, Storage_> detach_children ()
Command & detach_children (::fuchsia_ui_gfx::DetachChildrenCmd value)

Sets the union to hold the detach_children member.

Command WithSetShape (::fuchsia_ui_gfx::SetShapeCmd val)
const ::fidl::internal::UnionMemberView<17, Storage_> set_shape ()
::fidl::internal::UnionMemberView<17, Storage_> set_shape ()
Command & set_shape (::fuchsia_ui_gfx::SetShapeCmd value)

Sets the union to hold the set_shape member.

Command WithSetMaterial (::fuchsia_ui_gfx::SetMaterialCmd val)
const ::fidl::internal::UnionMemberView<18, Storage_> set_material ()
::fidl::internal::UnionMemberView<18, Storage_> set_material ()
Command & set_material (::fuchsia_ui_gfx::SetMaterialCmd value)

Sets the union to hold the set_material member.

Command WithSetClip (::fuchsia_ui_gfx::SetClipCmd val)
const ::fidl::internal::UnionMemberView<19, Storage_> set_clip ()
::fidl::internal::UnionMemberView<19, Storage_> set_clip ()
Command & set_clip (::fuchsia_ui_gfx::SetClipCmd value)

Sets the union to hold the set_clip member.

Command WithSetHitTestBehavior (::fuchsia_ui_gfx::SetHitTestBehaviorCmd val)
const ::fidl::internal::UnionMemberView<20, Storage_> set_hit_test_behavior ()
::fidl::internal::UnionMemberView<20, Storage_> set_hit_test_behavior ()
Command & set_hit_test_behavior (::fuchsia_ui_gfx::SetHitTestBehaviorCmd value)

Sets the union to hold the set_hit_test_behavior member.

Command WithSetViewProperties (::fuchsia_ui_gfx::SetViewPropertiesCmd val)
const ::fidl::internal::UnionMemberView<21, Storage_> set_view_properties ()
::fidl::internal::UnionMemberView<21, Storage_> set_view_properties ()
Command & set_view_properties (::fuchsia_ui_gfx::SetViewPropertiesCmd value)

Sets the union to hold the set_view_properties member.

Command WithTakeSnapshotCmd (::fuchsia_ui_gfx::TakeSnapshotCmdDeprecated val)
const ::fidl::internal::UnionMemberView<22, Storage_> take_snapshot_cmd ()
::fidl::internal::UnionMemberView<22, Storage_> take_snapshot_cmd ()
Command & take_snapshot_cmd (::fuchsia_ui_gfx::TakeSnapshotCmdDeprecated value)

Sets the union to hold the take_snapshot_cmd member.

Command WithSetCamera (::fuchsia_ui_gfx::SetCameraCmd val)
const ::fidl::internal::UnionMemberView<23, Storage_> set_camera ()
::fidl::internal::UnionMemberView<23, Storage_> set_camera ()
Command & set_camera (::fuchsia_ui_gfx::SetCameraCmd value)

Camera and lighting commands.

Command WithSetCameraTransform (::fuchsia_ui_gfx::SetCameraTransformCmd val)
const ::fidl::internal::UnionMemberView<24, Storage_> set_camera_transform ()
::fidl::internal::UnionMemberView<24, Storage_> set_camera_transform ()
Command & set_camera_transform (::fuchsia_ui_gfx::SetCameraTransformCmd value)

Sets the union to hold the set_camera_transform member.

Command WithSetCameraProjection (::fuchsia_ui_gfx::SetCameraProjectionCmd val)
const ::fidl::internal::UnionMemberView<25, Storage_> set_camera_projection ()
::fidl::internal::UnionMemberView<25, Storage_> set_camera_projection ()
Command & set_camera_projection (::fuchsia_ui_gfx::SetCameraProjectionCmd value)

Sets the union to hold the set_camera_projection member.

Command WithSetStereoCameraProjection (::fuchsia_ui_gfx::SetStereoCameraProjectionCmd val)
const ::fidl::internal::UnionMemberView<26, Storage_> set_stereo_camera_projection ()
::fidl::internal::UnionMemberView<26, Storage_> set_stereo_camera_projection ()
Command & set_stereo_camera_projection (::fuchsia_ui_gfx::SetStereoCameraProjectionCmd value)

Sets the union to hold the set_stereo_camera_projection member.

Command WithSetCameraPoseBuffer (::fuchsia_ui_gfx::SetCameraPoseBufferCmd val)
const ::fidl::internal::UnionMemberView<27, Storage_> set_camera_pose_buffer ()
::fidl::internal::UnionMemberView<27, Storage_> set_camera_pose_buffer ()
Command & set_camera_pose_buffer (::fuchsia_ui_gfx::SetCameraPoseBufferCmd value)

Sets the union to hold the set_camera_pose_buffer member.

Command WithSetLightColor (::fuchsia_ui_gfx::SetLightColorCmd val)
const ::fidl::internal::UnionMemberView<28, Storage_> set_light_color ()
::fidl::internal::UnionMemberView<28, Storage_> set_light_color ()
Command & set_light_color (::fuchsia_ui_gfx::SetLightColorCmd value)

Sets the union to hold the set_light_color member.

Command WithSetLightDirection (::fuchsia_ui_gfx::SetLightDirectionCmd val)
const ::fidl::internal::UnionMemberView<29, Storage_> set_light_direction ()
::fidl::internal::UnionMemberView<29, Storage_> set_light_direction ()
Command & set_light_direction (::fuchsia_ui_gfx::SetLightDirectionCmd value)

Sets the union to hold the set_light_direction member.

Command WithAddLight (::fuchsia_ui_gfx::AddLightCmd val)
const ::fidl::internal::UnionMemberView<30, Storage_> add_light ()
::fidl::internal::UnionMemberView<30, Storage_> add_light ()
Command & add_light (::fuchsia_ui_gfx::AddLightCmd value)

Sets the union to hold the add_light member.

Command WithDetachLight (::fuchsia_ui_gfx::DetachLightCmd val)
const ::fidl::internal::UnionMemberView<31, Storage_> detach_light ()
::fidl::internal::UnionMemberView<31, Storage_> detach_light ()
Command & detach_light (::fuchsia_ui_gfx::DetachLightCmd value)

Sets the union to hold the detach_light member.

Command WithDetachLights (::fuchsia_ui_gfx::DetachLightsCmd val)
const ::fidl::internal::UnionMemberView<32, Storage_> detach_lights ()
::fidl::internal::UnionMemberView<32, Storage_> detach_lights ()
Command & detach_lights (::fuchsia_ui_gfx::DetachLightsCmd value)

Sets the union to hold the detach_lights member.

Command WithSetTexture (::fuchsia_ui_gfx::SetTextureCmd val)
const ::fidl::internal::UnionMemberView<33, Storage_> set_texture ()
::fidl::internal::UnionMemberView<33, Storage_> set_texture ()
Command & set_texture (::fuchsia_ui_gfx::SetTextureCmd value)

Sets the union to hold the set_texture member.

Command WithSetColor (::fuchsia_ui_gfx::SetColorCmd val)
const ::fidl::internal::UnionMemberView<34, Storage_> set_color ()
::fidl::internal::UnionMemberView<34, Storage_> set_color ()
Command & set_color (::fuchsia_ui_gfx::SetColorCmd value)

Sets the union to hold the set_color member.

Command WithBindMeshBuffers (::fuchsia_ui_gfx::BindMeshBuffersCmd val)
const ::fidl::internal::UnionMemberView<35, Storage_> bind_mesh_buffers ()
::fidl::internal::UnionMemberView<35, Storage_> bind_mesh_buffers ()
Command & bind_mesh_buffers (::fuchsia_ui_gfx::BindMeshBuffersCmd value)

Mesh commands.

Command WithAddLayer (::fuchsia_ui_gfx::AddLayerCmd val)
const ::fidl::internal::UnionMemberView<36, Storage_> add_layer ()
::fidl::internal::UnionMemberView<36, Storage_> add_layer ()
Command & add_layer (::fuchsia_ui_gfx::AddLayerCmd value)

Layer and renderer commands.

Command WithRemoveLayer (::fuchsia_ui_gfx::RemoveLayerCmd val)
const ::fidl::internal::UnionMemberView<37, Storage_> remove_layer ()
::fidl::internal::UnionMemberView<37, Storage_> remove_layer ()
Command & remove_layer (::fuchsia_ui_gfx::RemoveLayerCmd value)

Sets the union to hold the remove_layer member.

Command WithRemoveAllLayers (::fuchsia_ui_gfx::RemoveAllLayersCmd val)
const ::fidl::internal::UnionMemberView<38, Storage_> remove_all_layers ()
::fidl::internal::UnionMemberView<38, Storage_> remove_all_layers ()
Command & remove_all_layers (::fuchsia_ui_gfx::RemoveAllLayersCmd value)

Sets the union to hold the remove_all_layers member.

Command WithSetLayerStack (::fuchsia_ui_gfx::SetLayerStackCmd val)
const ::fidl::internal::UnionMemberView<39, Storage_> set_layer_stack ()
::fidl::internal::UnionMemberView<39, Storage_> set_layer_stack ()
Command & set_layer_stack (::fuchsia_ui_gfx::SetLayerStackCmd value)

Sets the union to hold the set_layer_stack member.

Command WithSetRenderer (::fuchsia_ui_gfx::SetRendererCmd val)
const ::fidl::internal::UnionMemberView<40, Storage_> set_renderer ()
::fidl::internal::UnionMemberView<40, Storage_> set_renderer ()
Command & set_renderer (::fuchsia_ui_gfx::SetRendererCmd value)

Sets the union to hold the set_renderer member.

Command WithSetRendererParam (::fuchsia_ui_gfx::SetRendererParamCmd val)
const ::fidl::internal::UnionMemberView<41, Storage_> set_renderer_param ()
::fidl::internal::UnionMemberView<41, Storage_> set_renderer_param ()
Command & set_renderer_param (::fuchsia_ui_gfx::SetRendererParamCmd value)

Sets the union to hold the set_renderer_param member.

Command WithSetEventMask (::fuchsia_ui_gfx::SetEventMaskCmd val)
const ::fidl::internal::UnionMemberView<42, Storage_> set_event_mask ()
::fidl::internal::UnionMemberView<42, Storage_> set_event_mask ()
Command & set_event_mask (::fuchsia_ui_gfx::SetEventMaskCmd value)

Events.

Command WithSetLabel (::fuchsia_ui_gfx::SetLabelCmd val)
const ::fidl::internal::UnionMemberView<43, Storage_> set_label ()
::fidl::internal::UnionMemberView<43, Storage_> set_label ()
Command & set_label (::fuchsia_ui_gfx::SetLabelCmd value)

Diagnostic commands.

Command WithSetDisableClipping (::fuchsia_ui_gfx::SetDisableClippingCmd val)
const ::fidl::internal::UnionMemberView<44, Storage_> set_disable_clipping ()
::fidl::internal::UnionMemberView<44, Storage_> set_disable_clipping ()
Command & set_disable_clipping (::fuchsia_ui_gfx::SetDisableClippingCmd value)

Debugging commands.

Command WithSetImportFocus (::fuchsia_ui_gfx::SetImportFocusCmdDeprecated val)
const ::fidl::internal::UnionMemberView<45, Storage_> set_import_focus ()
::fidl::internal::UnionMemberView<45, Storage_> set_import_focus ()
Command & set_import_focus (::fuchsia_ui_gfx::SetImportFocusCmdDeprecated value)

Sets the union to hold the set_import_focus member.

Command WithSetClipPlanes (::fuchsia_ui_gfx::SetClipPlanesCmd val)
const ::fidl::internal::UnionMemberView<46, Storage_> set_clip_planes ()
::fidl::internal::UnionMemberView<46, Storage_> set_clip_planes ()
Command & set_clip_planes (::fuchsia_ui_gfx::SetClipPlanesCmd value)

Sets the union to hold the set_clip_planes member.

Command WithSetPointLightPosition (::fuchsia_ui_gfx::SetPointLightPositionCmd val)
const ::fidl::internal::UnionMemberView<47, Storage_> set_point_light_position ()
::fidl::internal::UnionMemberView<47, Storage_> set_point_light_position ()
Command & set_point_light_position (::fuchsia_ui_gfx::SetPointLightPositionCmd value)

Sets the union to hold the set_point_light_position member.

Command WithSetPointLightFalloff (::fuchsia_ui_gfx::SetPointLightFalloffCmd val)
const ::fidl::internal::UnionMemberView<48, Storage_> set_point_light_falloff ()
::fidl::internal::UnionMemberView<48, Storage_> set_point_light_falloff ()
Command & set_point_light_falloff (::fuchsia_ui_gfx::SetPointLightFalloffCmd value)

Sets the union to hold the set_point_light_falloff member.

Command WithScene_AddAmbientLight (::fuchsia_ui_gfx::SceneAddAmbientLightCmd val)
const ::fidl::internal::UnionMemberView<49, Storage_> scene__add_ambient_light ()
::fidl::internal::UnionMemberView<49, Storage_> scene__add_ambient_light ()
Command & scene__add_ambient_light (::fuchsia_ui_gfx::SceneAddAmbientLightCmd value)

Sets the union to hold the scene__add_ambient_light member.

Command WithScene_AddDirectionalLight (::fuchsia_ui_gfx::SceneAddDirectionalLightCmd val)
const ::fidl::internal::UnionMemberView<50, Storage_> scene__add_directional_light ()
::fidl::internal::UnionMemberView<50, Storage_> scene__add_directional_light ()
Command & scene__add_directional_light (::fuchsia_ui_gfx::SceneAddDirectionalLightCmd value)

Sets the union to hold the scene__add_directional_light member.

Command WithScene_AddPointLight (::fuchsia_ui_gfx::SceneAddPointLightCmd val)
const ::fidl::internal::UnionMemberView<51, Storage_> scene__add_point_light ()
::fidl::internal::UnionMemberView<51, Storage_> scene__add_point_light ()
Command & scene__add_point_light (::fuchsia_ui_gfx::SceneAddPointLightCmd value)

Sets the union to hold the scene__add_point_light member.

Command WithSetDisplayColorConversion (::fuchsia_ui_gfx::SetDisplayColorConversionCmdHack val)
const ::fidl::internal::UnionMemberView<52, Storage_> set_display_color_conversion ()
::fidl::internal::UnionMemberView<52, Storage_> set_display_color_conversion ()
Command & set_display_color_conversion (::fuchsia_ui_gfx::SetDisplayColorConversionCmdHack value)

Sets the union to hold the set_display_color_conversion member.

Command WithSetDisplayRotation (::fuchsia_ui_gfx::SetDisplayRotationCmdHack val)
const ::fidl::internal::UnionMemberView<53, Storage_> set_display_rotation ()
::fidl::internal::UnionMemberView<53, Storage_> set_display_rotation ()
Command & set_display_rotation (::fuchsia_ui_gfx::SetDisplayRotationCmdHack value)

Sets the union to hold the set_display_rotation member.

Command WithSetEnableViewDebugBounds (::fuchsia_ui_gfx::SetEnableDebugViewBoundsCmd val)
const ::fidl::internal::UnionMemberView<54, Storage_> set_enable_view_debug_bounds ()
::fidl::internal::UnionMemberView<54, Storage_> set_enable_view_debug_bounds ()
Command & set_enable_view_debug_bounds (::fuchsia_ui_gfx::SetEnableDebugViewBoundsCmd value)

Sets the union to hold the set_enable_view_debug_bounds member.

Command WithSetViewHolderBoundsColor (::fuchsia_ui_gfx::SetViewHolderBoundsColorCmd val)
const ::fidl::internal::UnionMemberView<55, Storage_> set_view_holder_bounds_color ()
::fidl::internal::UnionMemberView<55, Storage_> set_view_holder_bounds_color ()
Command & set_view_holder_bounds_color (::fuchsia_ui_gfx::SetViewHolderBoundsColorCmd value)

Sets the union to hold the set_view_holder_bounds_color member.

Command WithSetCameraClipSpaceTransform (::fuchsia_ui_gfx::SetCameraClipSpaceTransformCmd val)
const ::fidl::internal::UnionMemberView<56, Storage_> set_camera_clip_space_transform ()
::fidl::internal::UnionMemberView<56, Storage_> set_camera_clip_space_transform ()
Command & set_camera_clip_space_transform (::fuchsia_ui_gfx::SetCameraClipSpaceTransformCmd value)

Sets the union to hold the set_camera_clip_space_transform member.

Command WithSetDisplayMinimumRgb (::fuchsia_ui_gfx::SetDisplayMinimumRgbCmdHack val)
const ::fidl::internal::UnionMemberView<57, Storage_> set_display_minimum_rgb ()
::fidl::internal::UnionMemberView<57, Storage_> set_display_minimum_rgb ()
Command & set_display_minimum_rgb (::fuchsia_ui_gfx::SetDisplayMinimumRgbCmdHack value)

Sets the union to hold the set_display_minimum_rgb member.

Command WithSetSemanticVisibility (::fuchsia_ui_gfx::SetSemanticVisibilityCmd val)
const ::fidl::internal::UnionMemberView<58, Storage_> set_semantic_visibility ()
::fidl::internal::UnionMemberView<58, Storage_> set_semantic_visibility ()
Command & set_semantic_visibility (::fuchsia_ui_gfx::SetSemanticVisibilityCmd value)

Sets the union to hold the set_semantic_visibility member.

void Command (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum class Tag : fidl_xunion_tag_t
Name Value Comments
kCreateResource 1

0x1

kReleaseResource 2

0x2

kExportResource 3

0x3

kImportResource 4

0x4

kSetTag 5

0x5

kDetach 6

0x6

kSetTranslation 7

0x7

kSetScale 8

0x8

kSetRotation 9

0x9

kSetAnchor 10

0xa

kSetSize 11

0xb

kSetOpacity 12

0xc

kSendSizeChangeHintHack 13

0xd

kAddChild 14

0xe

kAddPart 15

0xf

kDetachChildren 16

0x10

kSetShape 17

0x11

kSetMaterial 18

0x12

kSetClip 19

0x13

kSetHitTestBehavior 20

0x14

kSetViewProperties 21

0x15

kTakeSnapshotCmd 22

0x16

kSetCamera 23

0x17

kSetCameraTransform 24

0x18

kSetCameraProjection 25

0x19

kSetStereoCameraProjection 26

0x1a

kSetCameraPoseBuffer 27

0x1b

kSetLightColor 28

0x1c

kSetLightDirection 29

0x1d

kAddLight 30

0x1e

kDetachLight 31

0x1f

kDetachLights 32

0x20

kSetTexture 33

0x21

kSetColor 34

0x22

kBindMeshBuffers 35

0x23

kAddLayer 36

0x24

kRemoveLayer 37

0x25

kRemoveAllLayers 38

0x26

kSetLayerStack 39

0x27

kSetRenderer 40

0x28

kSetRendererParam 41

0x29

kSetEventMask 42

0x2a

kSetLabel 43

0x2b

kSetDisableClipping 44

0x2c

kSetImportFocus 45

0x2d

kSetClipPlanes 46

0x2e

kSetPointLightPosition 47

0x2f

kSetPointLightFalloff 48

0x30

kScene_AddAmbientLight 49

0x31

kScene_AddDirectionalLight 50

0x32

kScene_AddPointLight 51

0x33

kSetDisplayColorConversion 52

0x34

kSetDisplayRotation 53

0x35

kSetEnableViewDebugBounds 54

0x36

kSetViewHolderBoundsColor 55

0x37

kSetCameraClipSpaceTransform 56

0x38

kSetDisplayMinimumRgb 57

0x39

kSetSemanticVisibility 58

0x3a

TODO: share union tag types between wire

&

natural.

Defined at line 9885 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits