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

Function physics_tick

client/src/systems/physics/simulate.rs:16–77  ·  view source on GitHub ↗
(
    mut query: Query<&mut PhysicsObject>,
    chunks: Res<ChunkSystem>,
    block_states: Res<BlockStates>,
    time: Res<Time>,
    mut debugging_uidata: ResMut<DebuggingUIData>,
)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 5

offsetMethod · 0.80
try_translateMethod · 0.80
derefMethod · 0.45

Tested by

no test coverage detected