BaseEffect.GetFunction Method |
Language: |
Retrieves a function.
Visual Basic Public Function GetFunction( _
ByVal name As String _
) As EffectHandleC# public EffectHandle GetFunction(
string name
);C++ public:
EffectHandle^ GetFunction(
String^ name
);JScript public function GetFunction(
name : String
) : EffectHandle;
name System.String
String that contains the name of the function.
Microsoft.DirectX.Direct3D.EffectHandle
Specified EffectHandle associated with the function, or null if it is not found.
Effect, EffectCompiler
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center