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
Field Value
- SoundID
lastSoundName
public string lastSoundName
Field Value
- string
lastVol
Field Value
- float
owner
public UpdatableAndDeletable owner
Field Value
- UpdatableAndDeletable
p
Field Value
- float
sound
Field Value
- SoundID
soundName
Field Value
- string
v
Field Value
- float
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()
Stop()
Update()