show_ui property

show_ui property

Display a simple UI in the scene. Default value is true.

Definition:

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

See Also