ISplashScreen#
- class omni.splash.ISplashScreen#
 Bases:
pybind11_objectMethods
__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( ) None#
 
- close_all( ) None#
 
- create(
 - self: omni.splash._splash.ISplashScreen,
 - arg0: str,
 - arg1: float,
 
- is_manager_running( ) bool#
 
- is_valid( ) bool#
 
- set_alpha(
 - self: omni.splash._splash.ISplashScreen,
 - arg0: omni.splash._splash.SplashScreen,
 - arg1: float,
 - arg2: float,
 
- show( ) None#
 
- shutdown_manager( ) None#
 
- startup_manager( ) None#