Table of Contents

Class DynamicSoundLoop

Namespace
Global
Assembly
Assembly-CSharp.dll
public abstract class DynamicSoundLoop
Inheritance
DynamicSoundLoop
Derived
Inherited Members

Constructors

DynamicSoundLoop(UpdatableAndDeletable)

public DynamicSoundLoop(UpdatableAndDeletable owner)

Parameters

owner UpdatableAndDeletable

Fields

destroyClipWhenDone

public bool destroyClipWhenDone

Field Value

bool

emitter

public SoundEmitter emitter

Field Value

SoundEmitter

lastSound

public SoundID lastSound

Field Value

SoundID

lastSoundName

public string lastSoundName

Field Value

string

lastVol

public float lastVol

Field Value

float

owner

public UpdatableAndDeletable owner

Field Value

UpdatableAndDeletable

p

public float p

Field Value

float

sound

public SoundID sound

Field Value

SoundID

soundName

public string soundName

Field Value

string

v

public float v

Field Value

float

vg

public int vg

Field Value

int

Properties

Pitch

public float Pitch { get; set; }

Property Value

float

Volume

public float Volume { get; set; }

Property Value

float

VolumeGroup

public int VolumeGroup { get; set; }

Property Value

int

Methods

InitSound()

public virtual void InitSound()

Start()

public void Start()

Stop()

public void Stop()

Update()

public void Update()