Add missing comment.
This commit is contained in:
@@ -54,7 +54,7 @@ pub struct RigidBody {
|
|||||||
pub(crate) active_set_timestamp: u32,
|
pub(crate) active_set_timestamp: u32,
|
||||||
/// The status of the body, governing how it is affected by external forces.
|
/// The status of the body, governing how it is affected by external forces.
|
||||||
pub body_status: BodyStatus,
|
pub body_status: BodyStatus,
|
||||||
/// User-defined associated to this rigid-body.
|
/// User-defined data associated to this rigid-body.
|
||||||
pub user_data: u128,
|
pub user_data: u128,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -206,6 +206,7 @@ pub struct Collider {
|
|||||||
pub(crate) contact_graph_index: ColliderGraphIndex,
|
pub(crate) contact_graph_index: ColliderGraphIndex,
|
||||||
pub(crate) proximity_graph_index: ColliderGraphIndex,
|
pub(crate) proximity_graph_index: ColliderGraphIndex,
|
||||||
pub(crate) proxy_index: usize,
|
pub(crate) proxy_index: usize,
|
||||||
|
/// User-defined data associated to this rigid-body.
|
||||||
pub user_data: u128,
|
pub user_data: u128,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user