Function de_pathing::fplugin::update
source · fn update(
state: ResMut<'_, UpdateFinderState>,
bounds: Res<'_, MapBounds>,
solids: SolidObjects<'_>,
entities: Query<'_, '_, (&Transform, &ObjectTypeComponent), With<StaticSolid>>
)