|
|
bool | ValidateHandle (PhysicsBodyHandle handle, uint32_t &slot_index) const |
|
PhysicsBodyHandle | MakeHandle (uint32_t slot_index) const |
|
std::optional< uint32_t > | FindSlotIndex (JPH::BodyID body_id) const |
|
void | QueueTriggerEvents (JPH::BodyID body1, JPH::BodyID body2, PhysicsTriggerEventType type) |
|
uint32_t | AcquireSlot (JPH::BodyID body_id, bool is_trigger) |
|
void | ReleaseSlot (uint32_t slot_index) |
|
void | ResetAfterClear () |
The documentation for this struct was generated from the following files:
- engine/src/physics/physics_world_internal.h
- engine/src/physics/physics_world_runtime_internal.cc
- engine/src/physics/physics_world_slots_internal.cc