kyd
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
kyd
kyd-core
/
uk.co.nickthecoder.kyd.appearance
/
FlipBookPage
/
FlipBookPage
Flip
Book
Page
constructor
(
withAppearance
:
WithAppearance
?
,
seconds
:
Float
,
tick
:
(
Actor
,
Float
)
->
Unit
?
=
null
,
progress
:
(
Actor
,
Float
)
->
Unit
?
=
null
,
onPageStarted
:
(
Actor
)
->
Unit
?
=
null
,
onPageFinished
:
(
Actor
)
->
Unit
?
=
null
)