crashcat docs
Preparing search index...
crashcat
CollideShapeCollector
Type Alias CollideShapeCollector
type
CollideShapeCollector
=
{
bodyIdB
:
number
;
earlyOutFraction
:
number
;
addHit
(
hit
:
CollideShapeHit
)
:
void
;
addMiss
()
:
void
;
onBody
?
(
bodyId
:
number
)
:
void
;
onBodyEnd
?
()
:
void
;
reset
?
()
:
void
;
shouldEarlyOut
()
:
boolean
;
}
Implemented by
AllCollideShapeCollector
AnyCollideShapeCollector
ClosestCollideShapeCollector
InternalEdgeRemovingCollector
Index
Properties
body
Id
B
early
Out
Fraction
Methods
add
Hit
add
Miss
on
Body?
on
Body
End?
reset?
should
Early
Out
Properties
body
Id
B
bodyIdB
:
number
early
Out
Fraction
earlyOutFraction
:
number
Methods
add
Hit
addHit
(
hit
:
CollideShapeHit
)
:
void
Parameters
hit
:
CollideShapeHit
Returns
void
add
Miss
addMiss
()
:
void
Returns
void
Optional
on
Body
onBody
?
(
bodyId
:
number
)
:
void
Parameters
bodyId
:
number
Returns
void
Optional
on
Body
End
onBodyEnd
?
()
:
void
Returns
void
Optional
reset
reset
?
()
:
void
Returns
void
should
Early
Out
shouldEarlyOut
()
:
boolean
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
Id
B
early
Out
Fraction
Methods
add
Hit
add
Miss
on
Body
on
Body
End
reset
should
Early
Out
crashcat docs
Loading...