Microsoft DirectX 9.0 SDK Update (October 2004)

EffectInstance.GetDefaults Method

Language:

Note: This documentation is preliminary and is subject to change.

Retrieves the default effect parameters managed by the current EffectInstance.

Definition

Visual Basic .NET Public Function GetDefaults() As EffectDefault()
C# public EffectDefault[] GetDefaults();
Managed C++ public: EffectDefault GetDefaults() __gc[];
JScript .NET public function GetDefaults() : EffectDefault[];

Return Value

Microsoft.DirectX.Direct3D.EffectDefault[]. Array of EffectDefault instances that represent the default effect parameters managed by the EffectInstance.


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center