Table of Contents

Struct SoundLoader.SoundPlayInstruction

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

Constructors

SoundPlayInstruction(int, string[])

public SoundPlayInstruction(int audioClip, string[] initStringSplit)

Parameters

audioClip int
initStringSplit string[]

Fields

audioClip

public int audioClip

Field Value

int

maxPitch

public float maxPitch

Field Value

float

maxVol

public float maxVol

Field Value

float

minPitch

public float minPitch

Field Value

float

minVol

public float minVol

Field Value

float