toggle menu
SceneView
androidJvm
switch theme
search in API
sceneview
/
io.github.sceneview.collision
/
CollisionShape
Collision
Shape
abstract
class
CollisionShape
Base class for all types of shapes that collision checks can be performed against.
Inheritors
Sphere
Box
Members
Functions
make
Copy
Link copied to clipboard
abstract
fun
makeCopy
(
)
:
CollisionShape
ray
Intersection
Link copied to clipboard
abstract
fun
rayIntersection
(
ray
:
Ray
,
result
:
RayHit
)
:
Boolean
shape
Intersection
Link copied to clipboard
abstract
fun
shapeIntersection
(
shape
:
CollisionShape
)
:
Boolean