MCPcopy Create free account
hub / github.com/TanTanDev/runity / download_unity_transform

Function download_unity_transform

rust/shared/src/components/transform.rs:42–47  ·  view source on GitHub ↗
(
    mut transforms: Query<(&mut Prefab, &mut Transform)>,
)

Source from the content-addressed store, hash-verified

40// }
41
42fn download_unity_transform(
43 mut transforms: Query<(&mut Prefab, &mut Transform)>,
44) {
45 for (prefab, transform) in transforms.iter_mut() {
46 }
47}
48
49pub fn upload_component_transform_system(
50 prefab_with_transform: Query<(Entity, &Transform), With<Prefab>>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected