Search
Preparing search index...
The search index is not available
quark2d
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
quark2d
RaycastResult
Class RaycastResult
Storage for data about ray casting.
Hierarchy
RaycastResult
Index
Constructors
constructor
Properties
delta
from
intersections
intersections
Pool
to
Methods
create
Intersection
reset
Constructors
constructor
new
Raycast
Result
(
)
:
RaycastResult
Returns
RaycastResult
Properties
delta
delta
:
Vector
= ...
from
from
:
Vector
= ...
intersections
intersections
:
Intersection
[]
= []
intersections
Pool
intersections
Pool
:
Intersection
[]
= []
to
to
:
Vector
= ...
Methods
create
Intersection
create
Intersection
(
shape
:
Shape
<
any
>
)
:
Intersection
Parameters
shape:
Shape
<
any
>
Returns
Intersection
reset
reset
(
)
:
void
Returns
void
Exports
Raycast
Result
constructor
delta
from
intersections
intersections
Pool
to
create
Intersection
reset
Generated using
TypeDoc
Storage for data about ray casting.