Public Member Functions | |
| Sound3D (System.Object Path, Vector positionvector, float minDist, float maxDis, bool loop_) | |
| Sound3D (System.Object Path, Vector positionvector, float minDist, float maxDis) | |
| void | Play () |
| void | stop_ () |
| void | pause () |
| void | Pitch (float value) |
| void | InitChannel () |
Public Attributes | |
| long | ID |
| long | Channel |
Properties | |
| Vector | _3Dpos [get, set] |
| bool | _loop [set] |
| float | Volume [get, set] |
| float | delayStart [get, set] |
| float | delayEnd [get, set] |
Definition at line 209 of file fmodSharp.cs.
| SoundsSharpNameSpace.SoundsSharp.Sound3D.Sound3D | ( | System.Object | Path, | |
| Vector | positionvector, | |||
| float | minDist, | |||
| float | maxDis, | |||
| bool | loop_ | |||
| ) |
Definition at line 239 of file fmodSharp.cs.
| SoundsSharpNameSpace.SoundsSharp.Sound3D.Sound3D | ( | System.Object | Path, | |
| Vector | positionvector, | |||
| float | minDist, | |||
| float | maxDis | |||
| ) |
Definition at line 264 of file fmodSharp.cs.
| void SoundsSharpNameSpace.SoundsSharp.Sound3D.InitChannel | ( | ) |
| void SoundsSharpNameSpace.SoundsSharp.Sound3D.pause | ( | ) |
Definition at line 288 of file fmodSharp.cs.
| void SoundsSharpNameSpace.SoundsSharp.Sound3D.Pitch | ( | float | value | ) |
Definition at line 293 of file fmodSharp.cs.
| void SoundsSharpNameSpace.SoundsSharp.Sound3D.Play | ( | ) |
Definition at line 279 of file fmodSharp.cs.
| void SoundsSharpNameSpace.SoundsSharp.Sound3D.stop_ | ( | ) |
Definition at line 284 of file fmodSharp.cs.
Definition at line 212 of file fmodSharp.cs.
Definition at line 211 of file fmodSharp.cs.
Vector SoundsSharpNameSpace.SoundsSharp.Sound3D._3Dpos [get, set] |
Definition at line 215 of file fmodSharp.cs.
bool SoundsSharpNameSpace.SoundsSharp.Sound3D._loop [set] |
Definition at line 225 of file fmodSharp.cs.
float SoundsSharpNameSpace.SoundsSharp.Sound3D.delayEnd [get, set] |
Definition at line 318 of file fmodSharp.cs.
float SoundsSharpNameSpace.SoundsSharp.Sound3D.delayStart [get, set] |
Definition at line 311 of file fmodSharp.cs.
float SoundsSharpNameSpace.SoundsSharp.Sound3D.Volume [get, set] |
Definition at line 302 of file fmodSharp.cs.
1.7.1