crashcat docs
Preparing search index...
crashcat
AllCollideShapeCollector
Class AllCollideShapeCollector
Implements
CollideShapeCollector
Index
Constructors
constructor
Properties
body
Id
B
early
Out
Fraction
hit
Pool
hits
Methods
add
Hit
add
Miss
reset
should
Early
Out
Constructors
constructor
new
AllCollideShapeCollector
()
:
AllCollideShapeCollector
Returns
AllCollideShapeCollector
Properties
body
Id
B
bodyIdB
:
number
= -1
early
Out
Fraction
earlyOutFraction
:
number
= Number.MAX_VALUE
hit
Pool
hitPool
:
{
release
:
(
item
:
CollideShapeHit
)
=>
void
;
request
:
()
=>
CollideShapeHit
;
reset
:
()
=>
void
;
}
= ...
hits
hits
:
CollideShapeHit
[]
= []
Methods
add
Hit
addHit
(
h
:
CollideShapeHit
)
:
void
Parameters
h
:
CollideShapeHit
Returns
void
add
Miss
addMiss
()
:
void
Returns
void
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
Constructors
constructor
Properties
body
Id
B
early
Out
Fraction
hit
Pool
hits
Methods
add
Hit
add
Miss
reset
should
Early
Out
crashcat docs
Loading...