Show / Hide Table of Contents

Class AmbientEffectsPlayer.AmbientEffectsEventArgs

Arguments for AmbientEffectsPlayer events.

Inheritance
Object
EventArgs
AmbientEffectsPlayer.AmbientEffectsEventArgs
Namespace: DaggerfallWorkshop.Game
Assembly: Assembly-CSharp.dll
Syntax
public class AmbientEffectsEventArgs : EventArgs

Constructors

| Improve this Doc View Source

AmbientEffectsEventArgs()

Constructor.

Declaration
public AmbientEffectsEventArgs()
| Improve this Doc View Source

AmbientEffectsEventArgs(SoundClips)

Constructor helper.

Declaration
public AmbientEffectsEventArgs(SoundClips clip)
Parameters
Type Name Description
SoundClips clip
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • AmbientEffectsEventArgs()
    • AmbientEffectsEventArgs(SoundClips)
Back to top Generated by DocFX