Stack Value
data class StackValue(manimObject: MObject, stack: Stack<ExecValue>, style: StyleProperties, animatedStyle: AnimationProperties?) : ExecValue
Content copied to clipboard
Stack Execution Value
Constructors
StackValue
Link copied to clipboard
fun StackValue(manimObject: MObject, stack: Stack<ExecValue>, style: StyleProperties = StyleProperties(), animatedStyle: AnimationProperties? = null)
Content copied to clipboard
: Creates a new Stack Execution Value.
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard
component4
Link copied to clipboard
copy
Link copied to clipboard
fun copy(manimObject: MObject, stack: Stack<ExecValue>, style: StyleProperties = StyleProperties(), animatedStyle: AnimationProperties? = null): StackValue
Content copied to clipboard
toInterpolatedString
Link copied to clipboard
Properties
animatedStyle
Link copied to clipboard
manimObject
Link copied to clipboard
style
Link copied to clipboard