BaseEffect.GetTechnique Method |
Language: |
Retrieves the EffectHandle of a technique.
Visual Basic Public Function GetTechnique( _
ByVal index As Integer _
) As EffectHandleC# public EffectHandle GetTechnique(
int index
);C++ public:
EffectHandle^ GetTechnique(
int index
);JScript public function GetTechnique(
index : int
) : EffectHandle;
index System.Int32
Technique index.
Microsoft.DirectX.Direct3D.EffectHandle
The EffectHandle of the first technique that has the specified name, or null if the name 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