| 1 | Spatial gestures | detectSpatialTapGesture / detectSpatialDragGesture / detectSpatialRotateGesture / detectSpatialScaleGesture / detectSpatialTransformGesture | gesture, tap, drag, rotate, scale, transform | references/ability-gestures.md |
| 2 | Vibrant materials | Modifier.vibrantEffect(vibrant) / Color.withVibrant(...) / animateColorVibrantAsState | vibrant, material tint, vibrant material | references/ability-vibrant.md |
| 3 | Hover effects | Modifier.spatialHoverEffect(...) / spatialHoverEffectGroup / disableSpatialHoverEffect | hover, hover effect, highlight | references/ability-hover.md |
| 4 | Window constraints | Modifier.windowConstraints(...) | windowConstraints, resize, window size | references/ability-window-constraints.md |
| 5 | Depth layout | Modifier.depth / depthIn / Box3D / padding3D / alignDepth / layout3D | depth, Box3D, 3D layout, padding3D | references/ability-depth-layout.md |
| 6 | Glass material backgrounds | Modifier.backgroundMaterial(style) | backgroundMaterial, glass, material background | references/ability-background-material.md |
| 7 | Z-axis offsets | Modifier.offset(z) / Modifier.zOffset { ... } | z offset, zOffset, floating, sinking | references/ability-z-offset.md |
| 8 | 3D transforms | Modifier.rotate3D(...) / Modifier.scale3D(...) | rotate3D, scale3D, 3D rotate, 3D scale | references/ability-3d-transforms.md |
| 9 | Augment subwindows | Augment(...) / TabBar / Toolbar / Subwindow | augment, tabbar, toolbar, subwindow, side panel | references/ability-augment.md |