struct ViewNode
Defined at line 50 of file ../../src/ui/scenic/lib/view_tree/snapshot_types.h
Represents an element in a View hierarchy, used in both Snapshot and SubtreeSnapshot (both of
which are defined below).
Public Members
zx_koid_t parent
unordered_set children
BoundingBox bounding_box
tmat4x4 local_from_world_transform
bool is_focusable
shared_ptr view_ref
basic_string debug_name
Public Methods
bool operator== (const ViewNode & other)
Defined at line 164 of file ../../src/ui/scenic/lib/view_tree/snapshot_types.cc