Tao.OpenAl SDK Documentation |
|
Al.alSourcefv Method (Int32, Int32, Single[])
Sets a floating point-vector property of a source.
[Visual Basic]
Overloads Public Shared Sub alSourcefv( _
ByVal
source As
Integer, _
ByVal
attribute As
Integer, _
ByVal
values As
Single() _
)
Parameters
-
source
- Source name whose attribute is being set.
-
attribute
-
The name of the attribute being set:
-
values
- A pointer to the vector to set the attribute to.
See Also
Al Class | Tao.OpenAl Namespace | Al.alSourcefv Overload List