Screen Transition
data class ScreenTransition( val from: ScreenName, val to: ScreenName, val timeout: Duration = 15.seconds, val transition: ScreenTransitionAction)
Content copied to clipboard
Constructors
Link copied to clipboard
fun ScreenTransition( from: ScreenName, to: ScreenName, timeout: Duration = 15.seconds, transition: ScreenTransitionAction)
Content copied to clipboard
Types
Link copied to clipboard
data class ScreenTransitionContext( val from: ScreenName, val to: ScreenName, val spaceEngineers: SpaceEngineers) : Screens
Content copied to clipboard
Functions
Properties
Extensions
Link copied to clipboard
fun ScreenTransition.toDirectedEdge(): DataEdge<String, ScreenName, ScreenTransition>
Content copied to clipboard