Subtitle Annotation Node
data class SubtitleAnnotationNode(lineNumber: Int, text: ExpressionNode, duration: ExpressionNode?, condition: ExpressionNode, showOnce: Boolean) : AnnotationBlockNode
Content copied to clipboard
Subtitle annotation node
Adds subtitle to with text to final animation
Constructors
SubtitleAnnotationNode
Link copied to clipboard
fun SubtitleAnnotationNode(lineNumber: Int, text: ExpressionNode, duration: ExpressionNode? = null, condition: ExpressionNode, showOnce: Boolean)
Content copied to clipboard
Create empty Subtitle annotation node
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard
component4
Link copied to clipboard
component5
Link copied to clipboard
copy
Link copied to clipboard
fun copy(lineNumber: Int, text: ExpressionNode, duration: ExpressionNode? = null, condition: ExpressionNode, showOnce: Boolean): SubtitleAnnotationNode
Content copied to clipboard
Properties
condition
Link copied to clipboard
duration
Link copied to clipboard
lineNumber
Link copied to clipboard
text
Link copied to clipboard