MCPcopy Create free account
hub / github.com/PerroEngine/Perro / fixed_update

Method fixed_update

perro_source/runtime_project/perro_runtime/src/runtime.rs:778–786  ·  view source on GitHub ↗
(&mut self, fixed_delta_time: f32)

Source from the content-addressed store, hash-verified

776 pending_water_queries_2d: AHashMap::new(),
777 pending_water_queries_3d: AHashMap::new(),
778 water_contacts_2d: AHashMap::new(),
779 water_contacts_3d: AHashMap::new(),
780 water_entry_states_3d: AHashMap::new(),
781 water_rigid_body_ids_2d_cache: Vec::new(),
782 water_rigid_body_ids_3d_cache: Vec::new(),
783 water_collision_body_ids_2d_cache: Vec::new(),
784 water_collision_body_ids_3d_cache: Vec::new(),
785 water_ids_2d_cache: Vec::new(),
786 water_ids_3d_cache: Vec::new(),
787 water_rigid_body_ids_2d_cache_version: None,
788 water_rigid_body_ids_3d_cache_version: None,
789 water_collision_body_ids_2d_cache_version: None,

Tested by

no test coverage detected