[][src]Function bevy_transform::transform_systems::transform_translation_rotation_scale_system

pub fn transform_translation_rotation_scale_system(
    query: Query<Without<LocalTransform, Without<NonUniformScale, (&mut Transform, &Translation, &Rotation, &Scale)>>>
)