Public Member Functions | |
SoundAmbient (System.Object filepath, bool loopy) | |
SoundAmbient (System.Object filepath) | |
void | Play () |
void | stop_ () |
void | pause () |
void | Pitch (float value) |
void | InitChannel () |
Public Attributes | |
long | ID |
long | Channel |
Properties | |
bool | _loop [set] |
float | Volume [get, set] |
float | delayStart [get, set] |
float | delayEnd [get, set] |
Definition at line 126 of file fmodSharp.cs.
SoundsSharpNameSpace.SoundsSharp.SoundAmbient.SoundAmbient | ( | System.Object | filepath, | |
bool | loopy | |||
) |
Definition at line 142 of file fmodSharp.cs.
SoundsSharpNameSpace.SoundsSharp.SoundAmbient.SoundAmbient | ( | System.Object | filepath | ) |
Definition at line 153 of file fmodSharp.cs.
void SoundsSharpNameSpace.SoundsSharp.SoundAmbient.InitChannel | ( | ) |
void SoundsSharpNameSpace.SoundsSharp.SoundAmbient.pause | ( | ) |
Definition at line 166 of file fmodSharp.cs.
void SoundsSharpNameSpace.SoundsSharp.SoundAmbient.Pitch | ( | float | value | ) |
Definition at line 171 of file fmodSharp.cs.
void SoundsSharpNameSpace.SoundsSharp.SoundAmbient.Play | ( | ) |
Definition at line 158 of file fmodSharp.cs.
void SoundsSharpNameSpace.SoundsSharp.SoundAmbient.stop_ | ( | ) |
Definition at line 162 of file fmodSharp.cs.
Definition at line 129 of file fmodSharp.cs.
Definition at line 128 of file fmodSharp.cs.
bool SoundsSharpNameSpace.SoundsSharp.SoundAmbient._loop [set] |
Definition at line 132 of file fmodSharp.cs.
float SoundsSharpNameSpace.SoundsSharp.SoundAmbient.delayEnd [get, set] |
Definition at line 196 of file fmodSharp.cs.
float SoundsSharpNameSpace.SoundsSharp.SoundAmbient.delayStart [get, set] |
Definition at line 189 of file fmodSharp.cs.
float SoundsSharpNameSpace.SoundsSharp.SoundAmbient.Volume [get, set] |
Definition at line 180 of file fmodSharp.cs.