Extension: omni.kit.notification_manager-1.0.8

Documentation Generated: Jul 17, 2024

Overview

This extension posts kinds of notifications to right-bottom of viewport or main window (if viewport invisible).

Following creates a simple notification:

import omni.kit.notification_manager as nm
nm.post_notification("This is a simple notification.")

For more examples, please consult the usage page.

For settings, please consult the settings page.