Tao.OpenAl SDK Documentation |
|
Al.alGetFloat Method
Returns a floating point OpenAL state.
[Visual Basic]
Public Shared Function alGetFloat( _
ByVal
state As
Integer _
) As
Single
[C#]
public static
float alGetFloat(
int state);
Parameters
-
state
-
The state to be queried:
Return Value
The floating point value described by state will be returned.
See Also
Al Class | Tao.OpenAl Namespace