crashcat docs
Preparing search index...
crashcat
AllCastShapeCollector
Class AllCastShapeCollector
Implements
CastShapeCollector
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
AllCastShapeCollector
()
:
AllCastShapeCollector
Returns
AllCastShapeCollector
Properties
body
Id
B
bodyIdB
:
number
= -1
early
Out
Fraction
earlyOutFraction
:
number
= INITIAL_EARLY_OUT_FRACTION
hit
Pool
hitPool
:
{
release
:
(
item
:
CastShapeHit
)
=>
void
;
request
:
()
=>
CastShapeHit
;
reset
:
()
=>
void
;
}
= ...
hits
hits
:
CastShapeHit
[]
= []
Methods
add
Hit
addHit
(
h
:
CastShapeHit
)
:
void
Parameters
h
:
CastShapeHit
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...