bevy/release-content/migration-guides/rename_transform_compute_matrix.md
atlv a1d3c6197f
rename Transform::compute_matrix to to_matrix (#19646)
# Objective

- Parity with #19643

## Solution

- Rename

## Testing

- None

---------

Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
2025-06-18 05:37:25 +00:00

375 B

title pull_requests
Transform and GlobalTransform::compute_matrix rename
19643
19646

GlobalTransform::compute_matrix has been renamed to GlobalTransform::to_matrix because it does not compute anything, it simply moves data into a different type. Transform::compute_matrix has been renamed to Transform::to_matrix for consistency with GlobalTransform.