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