Class AudioListenerWillBeDestroyedEventArgs
AudioListenerWillBeDestroyed
public sealed class AudioListenerWillBeDestroyedEventArgs : EventArgs- Inheritance
- 
      
      
      AudioListenerWillBeDestroyedEventArgs
- Inherited Members
Properties
ContextId
Gets or sets the contextId
[JsonPropertyName("contextId")]
public string ContextId { get; set; }Property Value
ListenerId
Gets or sets the listenerId
[JsonPropertyName("listenerId")]
public string ListenerId { get; set; }