MArrayElementComp#

Qualified name: manim\_data\_structures.m\_enum.MArrayElementComp

class MArrayElementComp(value)[source]#

Bases: Enum

Refers to individual component Mobjects of MArrayElement.

Inherited Attributes

BODY = 0#

Square that represents the body.

INDEX = 2#

Text that represents the index.

LABEL = 3#

Text that represents the label.

VALUE = 1#

Text that represents the value.