We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f86bbf6 commit 37f64e4Copy full SHA for 37f64e4
crates/bevy_transform/src/lib.rs
@@ -42,12 +42,6 @@ pub struct TransformBundle {
42
}
43
44
impl TransformBundle {
45
- /// Creates a new [`TransformBundle`] from a [`Transform`] and a [`GlobalTransform`].
46
- #[inline]
47
- pub fn new(local: Transform, global: GlobalTransform) -> Self {
48
- TransformBundle { local, global }
49
- }
50
-
51
/// Creates a new [`TransformBundle`] from a [`Transform`] and leaving [`GlobalTransform`] with
52
/// no translation, rotation, and a scale of 1 on all axes.
53
#[inline]
0 commit comments