show_grid property

show_grid property

Display a grid in the scene. Default value is true.

Definition:

@property
def show_grid(self):
    ...
@show_grid.setter
def show_grid(self, value):
    ...

See Also