Class SoundEmitter
- Namespace
- Global
- Assembly
- Assembly-CSharp.dll
public class SoundEmitter : UpdatableAndDeletable
- Inheritance
-
SoundEmitter
- Derived
-
- Inherited Members
-
Constructors
SoundEmitter(float, float)
public SoundEmitter(float volume, float pitch)
Parameters
volume float
pitch float
Fields
alive
Field Value
- bool
currentSoundObject
public VirtualMicrophone.SoundObject currentSoundObject
Field Value
- VirtualMicrophone.SoundObject
lastSoundPlayingFrame
public int lastSoundPlayingFrame
Field Value
- int
pitch
Field Value
- float
requireActiveUpkeep
public bool requireActiveUpkeep
Field Value
- bool
soundStillPlaying
public bool soundStillPlaying
Field Value
- bool
volume
Field Value
- float
volumeGroup
Field Value
- int
Methods
Destroy()
public override void Destroy()
Update(bool)
public override void Update(bool eu)
Parameters
eu bool