OpenMetaverse Protocol Library Developers API Documentation
AttachedSoundEventArgs Constructor (sim, soundID, ownerID, objectID, gain, flags)
NamespacesOpenMetaverse AttachedSoundEventArgsAttachedSoundEventArgs(Simulator, UUID, UUID, UUID, Single, SoundFlags)
Construct a new instance of the SoundTriggerEventArgs class
Declaration Syntax
C#
public 
AttachedSoundEventArgs(
        
Simulator 
sim,
        
UUID 
soundID,
        
UUID 
ownerID,
        
UUID 
objectID,
        
float 
gain,
        
SoundFlags 
flags
)
Parameters
sim ( Simulator)
Simulator where the event originated
soundID ( UUID)
The sound asset id
ownerID ( UUID)
The ID of the owner
objectID ( UUID)
The ID of the object
gain ( Single)
The volume level
flags ( SoundFlags)
The SoundFlags

Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)