toggle menu
SceneView
androidJvm
switch theme
search in API
sceneview
/
io.github.sceneview.node
/
ModelNode
/
PlayingAnimation
Playing
Animation
data
class
PlayingAnimation
(
val
startTime
:
Long
=
System.nanoTime()
,
var
speed
:
Float
=
1.0f
,
val
loop
:
Boolean
=
true
)
Members
Constructors
Playing
Animation
Link copied to clipboard
constructor
(
startTime
:
Long
=
System.nanoTime()
,
speed
:
Float
=
1.0f
,
loop
:
Boolean
=
true
)
Properties
loop
Link copied to clipboard
val
loop
:
Boolean
=
true
speed
Link copied to clipboard
var
speed
:
Float
start
Time
Link copied to clipboard
val
startTime
:
Long