kool-editor-model
Toggle table of contents
0.18.0
common
Platform filter
common
Switch theme
Search in API
kool-editor-model
kool-editor-model
/
de.fabmax.kool.editor.api
/
SceneHitTest
Scene
Hit
Test
class
SceneHitTest
(
val
scene
:
EditorScene
)
Members
Constructors
Scene
Hit
Test
Link copied to clipboard
constructor
(
scene
:
EditorScene
)
Properties
scene
Link copied to clipboard
val
scene
:
EditorScene
Functions
compute
Pick
Ray
Link copied to clipboard
fun
computePickRay
(
pointer
:
Pointer
,
result
:
RayD
)
:
Boolean
fun
computePickRay
(
pointer
:
Pointer
,
result
:
RayF
)
:
Boolean
hit
Test
Link copied to clipboard
fun
hitTest
(
rayTest
:
RayTest
)
:
GameEntity
?