Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
bevyengine
GitHub Repository: bevyengine/bevy
Path: blob/main/_release-content/release-notes/fixed_node.md
30632 views
---
title: "FixedNode" authors: ["@Ickshonpe"] pull_requests: [24323]
---

FixedNode is a new marker component for Bevy UI.

A UI node entity with the FixedNode component is positioned relative to the target camera's viewport rather than its parent element. FixedNodes don't inherit their parent's layout, clipping or transform context.

In the Taffy layout (stored in UiSurface) there is nothing to distinguish FixedNodes and root nodes, so they are treated identically during updates.