unregister_callback

omni.kit.commands.unregister_callback(id: CallbackID)

Unregister a command callback previously registered through register_callback.

Parameters

id – The ID returned by register_callback when the callback was registered.