diff options
Diffstat (limited to 'src/geometry')
| -rw-r--r-- | src/geometry/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/geometry/mod.rs b/src/geometry/mod.rs index d64c270..34d3707 100644 --- a/src/geometry/mod.rs +++ b/src/geometry/mod.rs @@ -51,6 +51,7 @@ pub type TOI = parry::query::TOI; pub use parry::shape::SharedShape; bitflags::bitflags! { + /// Flags providing more information regarding a collision event. #[cfg_attr(feature = "serde-serialize", derive(Serialize, Deserialize))] pub struct CollisionEventFlags: u32 { /// Flag set if at least one of the colliders involved in the |
