sceneview-android
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
sceneview-android
SceneView Android - 3D
/
io.github.sceneview.gesture
/
CameraGestureDetector
/
CameraManipulator
Camera
Manipulator
interface
CameraManipulator
(
source
)
Inheritors
DefaultCameraManipulator
Members
Functions
get
Transform
Link copied to clipboard
abstract
fun
getTransform
(
)
:
Transform
grab
Begin
Link copied to clipboard
abstract
fun
grabBegin
(
x
:
Int
,
y
:
Int
,
strafe
:
Boolean
)
grab
End
Link copied to clipboard
abstract
fun
grabEnd
(
)
grab
Update
Link copied to clipboard
abstract
fun
grabUpdate
(
x
:
Int
,
y
:
Int
)
scroll
Begin
Link copied to clipboard
abstract
fun
scrollBegin
(
x
:
Int
,
y
:
Int
,
separation
:
Float
)
scroll
End
Link copied to clipboard
abstract
fun
scrollEnd
(
)
scroll
Update
Link copied to clipboard
abstract
fun
scrollUpdate
(
x
:
Int
,
y
:
Int
,
prevSeparation
:
Float
,
currSeparation
:
Float
)
set
Viewport
Link copied to clipboard
abstract
fun
setViewport
(
width
:
Int
,
height
:
Int
)
update
Link copied to clipboard
abstract
fun
update
(
deltaTime
:
Float
)