Table of Contents

Struct SoundLoader.SoundData

Namespace
Global
Assembly
Assembly-CSharp.dll
public struct SoundLoader.SoundData
Inherited Members

Constructors

SoundData(SoundID, int, float, float, float, float)

public SoundData(SoundID soundID, int audioClip, float vol, float pitch, float range, float dopplerFac)

Parameters

soundID SoundID
audioClip int
vol float
pitch float
range float
dopplerFac float

Fields

audioClip

public int audioClip

Field Value

int

dontAutoPlay

public bool dontAutoPlay

Field Value

bool

dopplerFac

public float dopplerFac

Field Value

float

pitch

public float pitch

Field Value

float

range

public float range

Field Value

float

soundID

public SoundID soundID

Field Value

SoundID

soundName

public string soundName

Field Value

string

vol

public float vol

Field Value

float