Extension: omni.kit.notification_manager-1.0.9 |
Documentation Generated: Nov 07, 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.