ISplashScreen#

class omni.splash.ISplashScreen#

Bases: pybind11_object

Methods

__init__(*args, **kwargs)

close(self, arg0)

close_all(self)

create(self, arg0, arg1)

is_manager_running(self)

is_valid(self, arg0)

set_alpha(self, arg0, arg1, arg2)

show(self, arg0)

shutdown_manager(self)

startup_manager(self)

__init__(*args, **kwargs)#
close(
self: omni.splash._splash.ISplashScreen,
arg0: omni.splash._splash.SplashScreen,
) None#
close_all(
self: omni.splash._splash.ISplashScreen,
) None#
create(
self: omni.splash._splash.ISplashScreen,
arg0: str,
arg1: float,
) omni.splash._splash.SplashScreen#
is_manager_running(
self: omni.splash._splash.ISplashScreen,
) bool#
is_valid(
self: omni.splash._splash.ISplashScreen,
arg0: omni.splash._splash.SplashScreen,
) bool#
set_alpha(
self: omni.splash._splash.ISplashScreen,
arg0: omni.splash._splash.SplashScreen,
arg1: float,
arg2: float,
) None#
show(
self: omni.splash._splash.ISplashScreen,
arg0: omni.splash._splash.SplashScreen,
) None#
shutdown_manager(
self: omni.splash._splash.ISplashScreen,
) None#
startup_manager(
self: omni.splash._splash.ISplashScreen,
) None#