storyboard
Toggle table of contents
0.1.0-alpha02
common
Platform filter
common
Switch theme
Search in API
storyboard
storyboard
/
dev.bnorm.storyboard
/
Scene
Scene
@
Immutable
class
Scene
<
T
>
:
Comparable
<
Scene
<
*
>
>
(
source
)
Members
Properties
content
Link copied to clipboard
val
content
:
SceneContent
<
T
>
enter
Transition
Link copied to clipboard
val
enterTransition
:
SceneEnterTransition
exit
Transition
Link copied to clipboard
val
exitTransition
:
SceneExitTransition
index
Link copied to clipboard
val
index
:
Int
states
Link copied to clipboard
val
states
:
ImmutableList
<
T
>
Functions
compare
To
Link copied to clipboard
open
operator override
fun
compareTo
(
other
:
Scene
<
*
>
)
:
Int