AssistantWindow

class AssistantWindow(val animatic: Animatic, captions: List<Caption> = emptyList()) : EaselWindow(source)

Constructors

Link copied to clipboard
constructor(animatic: Animatic, captions: List<Caption> = emptyList())

Properties

Link copied to clipboard
Link copied to clipboard
open override val decorator: Decorator
Link copied to clipboard
open override val name: String
Link copied to clipboard
open override var visible: Boolean

Functions

Link copied to clipboard
@Composable
open override fun Content()
Link copied to clipboard
@Composable
open override fun MenuScope.Menu()