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