Tree Node Restyle
data class TreeNodeRestyle(nodeIdent: String, styleProperties: StylesheetProperty, highlightColor: String?, animationString: String?, runtime: Double, render: Boolean) : ManimInstr
Content copied to clipboard
Tree node restyle
Constructors
TreeNodeRestyle
Link copied to clipboard
fun TreeNodeRestyle(nodeIdent: String, styleProperties: StylesheetProperty, highlightColor: String? = null, animationString: String? = null, runtime: Double, render: Boolean)
Content copied to clipboard
Create empty Tree node restyle
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
component6
Link copied to clipboard
copy
Link copied to clipboard
fun copy(nodeIdent: String, styleProperties: StylesheetProperty, highlightColor: String? = null, animationString: String? = null, runtime: Double, render: Boolean): TreeNodeRestyle
Content copied to clipboard
getInstructionString
Link copied to clipboard
getRuntimeString
Link copied to clipboard
Properties
animationString
Link copied to clipboard
highlightColor
Link copied to clipboard
styleProperties
Link copied to clipboard