PICO Spatial SDK
Toggle table of contents
0.10.7
◐
Skip to content
PICO Spatial SDK
core
/
com.pico.spatial.core.ecs.simulation
/
CollisionCastHitResults
Collision
Cast
Hit
Results
class
CollisionCastHitResults
The results of a collision cast.
Members
Properties
results
Link copied to clipboard
val
results
:
List
<
CollisionCastResult
>
The list of collision cast results.
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String