DrawnFeet
constDrawnFeet:Trait<{drop:number;previous:number; }>
Defined in: packages/engine/src/gameplay/entity/traits.ts:34
How far under a walker’s transform her model’s feet are drawn: on a
slope her capsule rests above the ground under her axis, and the model
stands on that ground. previous is the drop before the last step,
which the frame draws from as it draws her transform. The view reads
it; the physics and the stream never do, so every world rebuilds her
body from the transform alone.