String Value
data class StringValue(value: String, manimObject: MObject) : PrimitiveValue
Content copied to clipboard
String Execution Value Class
Constructors
StringValue
Link copied to clipboard
: Creates a new StringValue.
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
copy
Link copied to clipboard
fun copy(value: String, manimObject: MObject = EmptyMObject): StringValue
Content copied to clipboard
toInterpolatedString
Link copied to clipboard