Public Member Functions | Public Attributes | Properties

SoundsSharpNameSpace.SoundsSharp.Sound3D Class Reference

List of all members.

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]

Detailed Description

Definition at line 209 of file fmodSharp.cs.


Constructor & Destructor Documentation

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.


Member Function Documentation

void SoundsSharpNameSpace.SoundsSharp.Sound3D.InitChannel (  ) 

Definition at line 297 of file fmodSharp.cs.

Here is the call graph for this function:

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.


Member Data Documentation

Definition at line 212 of file fmodSharp.cs.

Definition at line 211 of file fmodSharp.cs.


Property Documentation

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.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Properties