Class AudioListenerWillBeDestroyedEventArgs
Notifies that a new AudioListener has been created.
public sealed record AudioListenerWillBeDestroyedEventArgs : EventArgs, IEquatable<EventArgs>, IEquatable<AudioListenerWillBeDestroyedEventArgs>
- Inheritance
-
EventArgsAudioListenerWillBeDestroyedEventArgs
- Implements
-
IEquatable<EventArgs>
- Inherited Members
-
EventArgs.ToString()EventArgs.GetHashCode()EventArgs.Equals(EventArgs)EventArgs.<Clone>$()EventArgs.BiDiEventArgs.AdditionalDataEventArgs.AdditionalMessageData
Constructors
AudioListenerWillBeDestroyedEventArgs(GraphObjectId, GraphObjectId)
Notifies that a new AudioListener has been created.
public AudioListenerWillBeDestroyedEventArgs(GraphObjectId ContextId, GraphObjectId ListenerId)
Parameters
ContextIdGraphObjectIdListenerIdGraphObjectId
Properties
ContextId
public GraphObjectId ContextId { get; init; }
Property Value
ListenerId
public GraphObjectId ListenerId { get; init; }