add_background_loading_hydra_scene_delegate#
- omni.hydra.scene_api.add_background_loading_hydra_scene_delegate(
- name: str,
- stage_path: str,
Adds a new scene delegate for the provided usd stage.
- Args:
name (str): scene delegate name of the usd stage. stage_path (str): provided usd stage path.
- Returns:
True on success, or false on failure, or if name is not unique.