Table of Contents

Class AmbientSound

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

Constructors

AmbientSound(string, bool)

public AmbientSound(string sample, bool inherited)

Parameters

sample string
inherited bool

Fields

inherited

public bool inherited

Field Value

bool

overWrite

public bool overWrite

Field Value

bool

panelPosition

public Vector2 panelPosition

Field Value

Vector2

pitch

public float pitch

Field Value

float

sample

public string sample

Field Value

string

type

public AmbientSound.Type type

Field Value

AmbientSound.Type

unrecognizedAttributes

public string[] unrecognizedAttributes

Field Value

string[]

volume

public float volume

Field Value

float

Methods

FromString(string[])

public virtual void FromString(string[] s)

Parameters

s string[]

ToString()

public override string ToString()

Returns

string