ApplyScenePos computes scene-based absolute positions and final BBox bounding boxes for rendering, based on relative positions from Position step and parents accumulated position and scroll offset. This is the only step needed when scrolling (very fast).
()
| 80 | // Position step and parents accumulated position and scroll offset. |
| 81 | // This is the only step needed when scrolling (very fast). |
| 82 | ApplyScenePos() |
| 83 | |
| 84 | // Render is the method that widgets should implement to define their |
| 85 | // custom rendering steps. It should not typically be called outside of |
no outgoing calls
no test coverage detected