mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
zorder -> z_index
This commit is contained in:
parent
0b5e9d4a8b
commit
133cec9725
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ class Mobject(object):
|
||||||
# If true, the mobject will not get rotated according to camera position
|
# If true, the mobject will not get rotated according to camera position
|
||||||
is_fixed_in_frame: bool = False,
|
is_fixed_in_frame: bool = False,
|
||||||
depth_test: bool = False,
|
depth_test: bool = False,
|
||||||
zorder: int = 0,
|
z_index: int = 0,
|
||||||
):
|
):
|
||||||
self.color = color
|
self.color = color
|
||||||
self.opacity = opacity
|
self.opacity = opacity
|
||||||
|
|
Loading…
Add table
Reference in a new issue