Microsoft DirectX 9.0 SDK Update (October 2004)

EffectInstance.SetDefaults Method

Language:

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

Sets the default effect parameters managed by the current EffectInstance.

Definition

Visual Basic .NET Public Sub SetDefaults( _
    ByVal value() As EffectDefault _
)
C# public void SetDefaults(
    EffectDefault[] value
);
Managed C++ public: void SetDefaults(
    EffectDefault value __gc[]
);
JScript .NET public function SetDefaults(
    value : EffectDefault[]
);

Parameters

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