Array Elem Assign Object
data class ArrayElemAssignObject(arrayIdent: String, index: Int, newElemValue: ExecValue, animatedStyle: AnimationProperties?, secondIndex: Int?, runtime: Double, render: Boolean) : ManimInstr
Content copied to clipboard
Array element assignment object
Constructors
ArrayElemAssignObject
Link copied to clipboard
fun ArrayElemAssignObject(arrayIdent: String, index: Int, newElemValue: ExecValue, animatedStyle: AnimationProperties?, secondIndex: Int? = null, runtime: Double, render: Boolean)
Content copied to clipboard
Create empty Array elem assign object
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
component7
Link copied to clipboard
copy
Link copied to clipboard
fun copy(arrayIdent: String, index: Int, newElemValue: ExecValue, animatedStyle: AnimationProperties?, secondIndex: Int? = null, runtime: Double, render: Boolean): ArrayElemAssignObject
Content copied to clipboard
getInstructionString
Link copied to clipboard
getRuntimeString
Link copied to clipboard
Properties
animatedStyle
Link copied to clipboard
arrayIdent
Link copied to clipboard
newElemValue
Link copied to clipboard
secondIndex
Link copied to clipboard