storyboard-root
Toggle table of contents
0.1.0-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
storyboard-root
storyboard-easel
/
dev.bnorm.storyboard.easel
/
StoryState
Story
State
@
Stable
class
StoryState
(
initialIndex
:
Storyboard.Index
=
Storyboard.Index(0, 0)
)
(
source
)
Members
Constructors
Story
State
Link copied to clipboard
constructor
(
initialIndex
:
Storyboard.Index
=
Storyboard.Index(0, 0)
)
Properties
advancement
Distance
Link copied to clipboard
val
advancementDistance
:
Float
advancement
Progress
Link copied to clipboard
val
advancementProgress
:
Float
current
Index
Link copied to clipboard
var
currentIndex
:
Storyboard.Index
storyboard
Link copied to clipboard
val
storyboard
:
Storyboard
story
Distance
Link copied to clipboard
val
storyDistance
:
Float
story
Progress
Link copied to clipboard
val
storyProgress
:
Float
target
Index
Link copied to clipboard
var
targetIndex
:
Storyboard.Index
Functions
advance
Link copied to clipboard
suspend
fun
advance
(
direction
:
AdvanceDirection
)
:
Boolean
jump
To
Link copied to clipboard
suspend
fun
jumpTo
(
index
:
Storyboard.Index
)
:
Boolean
update
Storyboard
Link copied to clipboard
fun
updateStoryboard
(
storyboard
:
Storyboard
)