littlekt
0.6.0
common
core
/
com.lehaine.littlekt.graphics.g3d.model
/
AnimationChannel
Animation
Channel
abstract
class
AnimationChannel
<
T
:
AnimationKey
<
T
>
>
(
val
name
:
String
?
,
val
animationNode
:
AnimationNode
)
Constructors
Functions
Properties
Inheritors
Constructors
Animation
Channel
Link copied to clipboard
fun
AnimationChannel
(
name
:
String
?
,
animationNode
:
AnimationNode
)
Functions
apply
Link copied to clipboard
fun
apply
(
time
:
Float
)
print
Keys
Link copied to clipboard
fun
printKeys
(
indent
:
String
=
""
)
Properties
animation
Node
Link copied to clipboard
val
animationNode
:
AnimationNode
duration
Link copied to clipboard
var
duration
:
Float
=
0.0f
keys
Link copied to clipboard
val
keys
:
TreeMap
<
Float
,
T
>
last
Key
Time
Link copied to clipboard
val
lastKeyTime
:
Float
name
Link copied to clipboard
val
name
:
String
?
Inheritors
TranslationAnimationChannel
Link copied to clipboard
RotationAnimationChannel
Link copied to clipboard
ScaleAnimationChannel
Link copied to clipboard
WeightAnimationChannel
Link copied to clipboard