ManipulatorPrim2FabricExt
- class omni.kit.manipulator.prim.fabric.ManipulatorPrim2FabricExt
Bases:
IExt
An extension class for manipulating primitive to Fabric data accessor registration.
This class implements the `omni.ext.IExt` interface and is responsible for managing the registration and unregistration of a Fabric data accessor based on application settings. It watches for changes in the application’s usage of the Fabric Scene Delegate and updates the registration status of the data accessor accordingly.
Methods
Shuts down the extension and cleans up resources.
on_startup
(ext_id)Initializes the extension with the given extension ID.
Registers the Fabric data accessor with the global registry.
Unregisters the Fabric data accessor from the global registry.
- __init__(self: omni.ext._extensions.IExt) None
- on_shutdown()
Shuts down the extension and cleans up resources.
- on_startup(ext_id)
Initializes the extension with the given extension ID.
- Parameters
ext_id (str) – The unique identifier for the extension.
- register_data_accessor()
Registers the Fabric data accessor with the global registry.
- unregister_data_accessor()
Unregisters the Fabric data accessor from the global registry.