forked from StrafesNET/strafe-project
common: CollisionAttributes::intersect_default
This commit is contained in:
parent
7c787a0e0f
commit
fd02a40783
@ -171,4 +171,7 @@ impl CollisionAttributes{
|
||||
pub fn contact_default()->Self{
|
||||
Self::Contact(ContactAttributes::default())
|
||||
}
|
||||
pub fn intersect_default()->Self{
|
||||
Self::Intersect(IntersectAttributes::default())
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user