dagon v0.12.0-beta1 (2021-09-13T08:15:37Z)
Home
Dub
Repo
Tween.__anonymous
dagon
graphics
tween
Tween
Undocumented in source.
union
__anonymous
struct
Tween
union
__anonymous {
Color4f
fromColor
;
Vector3f
fromVector
;
float
fromFloat
;
}
union
__anonymous
Members
Variables
fromColor
Color4f
fromColor
;
Undocumented in source.
fromFloat
float
fromFloat
;
Undocumented in source.
fromVector
Vector3f
fromVector
;
Undocumented in source.
Meta
Source
See Implementation
dagon
graphics
tween
Tween
constructors
this
functions
applyTween
ease
kill
pause
play
restart
update
unions
__anonymous
variables
active
dataType
duration
easing
entity
isPlaying
repeat
repeatCounter
time
type