Table of Contents

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

public bool alive

Field Value

bool

currentSoundObject

public VirtualMicrophone.SoundObject currentSoundObject

Field Value

VirtualMicrophone.SoundObject

lastSoundPlayingFrame

public int lastSoundPlayingFrame

Field Value

int

pitch

public float pitch

Field Value

float

requireActiveUpkeep

public bool requireActiveUpkeep

Field Value

bool

soundStillPlaying

public bool soundStillPlaying

Field Value

bool

volume

public float volume

Field Value

float

volumeGroup

public int volumeGroup

Field Value

int

Methods

Destroy()

public override void Destroy()

Update(bool)

public override void Update(bool eu)

Parameters

eu bool