storyboard-root
Toggle table of contents
0.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
storyboard-root
storyboard-easel
/
dev.bnorm.storyboard.easel
/
StoryController
Story
Controller
interface
StoryController
(
source
)
Inheritors
Animatic
Members
Properties
advancement
Distance
Link copied to clipboard
abstract
val
advancementDistance
:
Float
advancement
Progress
Link copied to clipboard
abstract
val
advancementProgress
:
Float
current
Index
Link copied to clipboard
abstract
val
currentIndex
:
Storyboard.Index
storyboard
Link copied to clipboard
abstract
val
storyboard
:
Storyboard
story
Distance
Link copied to clipboard
abstract
val
storyDistance
:
Float
story
Progress
Link copied to clipboard
abstract
val
storyProgress
:
Float
target
Index
Link copied to clipboard
abstract
val
targetIndex
:
Storyboard.Index
Functions
advance
Link copied to clipboard
abstract
suspend
fun
advance
(
direction
:
AdvanceDirection
)
:
Boolean
jump
To
Link copied to clipboard
abstract
suspend
fun
jumpTo
(
index
:
Storyboard.Index
)
:
Boolean