@@ -522,7 +522,7 @@ methods:
522522 The size of the given box volume to be queried.
523523 - name : overlapParams
524524 type : OverlapParams
525- default : OverlapParams{MaxParts=0, Tolerance=0, BruteForceAllSlow=false, RespectCanCollide=false, CollisionGroup=Default, FilterDescendantsInstances={}}
525+ default : OverlapParams{MaxParts=0, BruteForceAllSlow=false, RespectCanCollide=false, CollisionGroup=Default, FilterDescendantsInstances={}}
526526 summary : |
527527 Contains reusable portions of the spatial query parameters.
528528 returns :
@@ -572,7 +572,7 @@ methods:
572572 The radius of the given sphere volume to be queried.
573573 - name : overlapParams
574574 type : OverlapParams
575- default : OverlapParams{MaxParts=0, Tolerance=0, BruteForceAllSlow=false, RespectCanCollide=false, CollisionGroup=Default, FilterDescendantsInstances={}}
575+ default : OverlapParams{MaxParts=0, BruteForceAllSlow=false, RespectCanCollide=false, CollisionGroup=Default, FilterDescendantsInstances={}}
576576 summary : |
577577 Contains reusable portions of the spatial query parameters.
578578 returns :
@@ -621,7 +621,7 @@ methods:
621621 The part whose volume is to be checked against other parts.
622622 - name : overlapParams
623623 type : OverlapParams
624- default : OverlapParams{MaxParts=0, Tolerance=0, BruteForceAllSlow=false, RespectCanCollide=false, CollisionGroup=Default, FilterDescendantsInstances={}}
624+ default : OverlapParams{MaxParts=0, BruteForceAllSlow=false, RespectCanCollide=false, CollisionGroup=Default, FilterDescendantsInstances={}}
625625 summary : |
626626 Contains reusable portions of the spatial query parameters.
627627 returns :
0 commit comments