struct ViewArgs3
Defined at line 3148 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/wire_types.h
Represents the root of a subgraph within a larger scene graph. Nodes can be
attached to the `View` as children, and these Nodes will have the `View`s'
coordinate transform applied to their own, in addition to being clipped to
the `View`s' bounding box.
See `ViewProperties`.
Each `View` is linked to a paired `ViewHolder` via a shared token pair.
Usually the `View` and its associated `ViewHolder` exist in separate
processes. By combining them, the UI for an entire system can be built
using content contributed from many different processes.
Clients self-identify their `View` with a `ViewRef`, which is a stable
identifier that may be cloned and passed to other components in a
feed-forward style. It is accompanied by a `ViewRefControl`, which Scenic
uses to signal `View` destruction across the system; the `ViewRefControl`
must be unique - do not clone it.
Public Members
ViewToken token
ViewRefControl control_ref
ViewRef view_ref
StringView debug_name
Public Methods
void _CloseHandles ()