Array2 D Value
data class Array2DValue(manimObject: MObject, array: Array<Array<ExecValue>>, style: StyleProperties, animatedStyle: AnimationProperties?) : ExecValue
Content copied to clipboard
2D Array Execution Value Class
Constructors
Array2DValue
Link copied to clipboard
fun Array2DValue(manimObject: MObject, array: Array<Array<ExecValue>>, style: StyleProperties = StyleProperties(), animatedStyle: AnimationProperties? = null)
Content copied to clipboard
: Creates a new Array2DValue 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, array: Array<Array<ExecValue>>, style: StyleProperties = StyleProperties(), animatedStyle: AnimationProperties? = null): Array2DValue
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