Component image File:NotificationPanelComponent.pngNotification Panel component as seen in the Scene Inspector  
The NotificationPanel component is used in user space to show the User their notifications.
Fields
| Name | Type | Description | 
|---|---|---|
| persistent | Bool | Determines whether or not this item will be saved to the server. | 
| UpdateOrder | Int | Controls the order in which this component is updated. | 
| Enabled | Bool | Controls whether or not this component is enabled. Some components stop their functionality when this field is disabled, but some don't. | 
| DisplayDuration | Float | How long to show notifications for. | 
| Dash | UserspaceRadiantDash | The component for the dash in the same world. | 
| _canvas | Canvas | The canvas Component showing notifications. | 
| _notificationClip | AudioClip | The audio to play on a new notification made. | 
| _contactRequestClip | AudioClip | The audio to play on a new contact request being made. | 
| _inviteClip | AudioClip | The audio to play on an invite clip being made. | 
| _sociableClip | AudioClip | The audio to play when a friend goes to social status. | 
| _userJoinClip | AudioClip | The audio to play when a user joins. | 
| _userLeaveClip | AudioClip | The audio to play when a user leaves. | 
Sync Delegates
| Method Name | Method type and Arguments. | Is the method hidden? | Description | 
|---|---|---|---|
| OnNotificationPressed:ButtonEventHandler`1<String> | ButtonEventHandler`1<String> | ✓ | Called when a notification element is touched. | 
Usage
Used internally.
