IAppScripting
- class omni.kit.app.IAppScripting
Methods
__init__
(*args, **kwargs)add_search_script_folder
(self, path)execute_file
(self, path, args)execute_string
(self, str[, source_file, ...])get_event_stream
(self)remove_search_script_folder
(self, path)- __init__(*args, **kwargs)
- add_search_script_folder(self: omni.kit.app._app.IAppScripting, path: str) bool
- execute_file(self: omni.kit.app._app.IAppScripting, path: str, args: List[str]) bool
- execute_string(self: omni.kit.app._app.IAppScripting, str: str, source_file: str = '', execute_as_file: bool = '') bool
- get_event_stream(self: omni.kit.app._app.IAppScripting) carb.events._events.IEventStream
- remove_search_script_folder(self: omni.kit.app._app.IAppScripting, path: str) bool