MCPcopy Create free account
hub / github.com/DarkZek/RustCraft / physics_location_sync

Function physics_location_sync

client/src/systems/physics/sync.rs:9–30  ·  view source on GitHub ↗

Syncs all of the changed PhysicsObjects to the transform

(
    mut query: Query<(&mut Transform, &PhysicsObject)>,
    fixed_time: Res<Time<Fixed>>,
)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 3

from_bevy_vec3Function · 0.85
to_bevy_vec3Function · 0.85
lerpMethod · 0.80

Tested by

no test coverage detected