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
Field Value
- bool
overWrite
Field Value
- bool
panelPosition
public Vector2 panelPosition
Field Value
- Vector2
pitch
Field Value
- float
sample
Field Value
- string
type
public AmbientSound.Type type
Field Value
- AmbientSound.Type
unrecognizedAttributes
public string[] unrecognizedAttributes
Field Value
- string[]
volume
Field Value
- float
Methods
FromString(string[])
public virtual void FromString(string[] s)
Parameters
s string[]
ToString()
public override string ToString()
Returns
- string