Microsoft DirectX 9.0 SDK Update (October 2004)

EffectInformation.DynamicParams Property

Language:

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

Zero or more DIEP_* values denoting parameters of the effect that can be modified while the effect is playing. For a list of possible values, see InputeffectGetparameters. If an application attempts to change a parameter while the effect is playing and the driver does not support modifying that effect dynamically, the driver is permitted to stop the effect, update the parameters, then restart it. For more information, see InputeffectSetparameters.

Definition

Visual Basic .NET Public Property DynamicParams As Integer
C# public int DynamicParams { get; set; }
Managed C++ public: __property int get_DynamicParams();
public: __property void set_DynamicParams(int);
JScript .NET public function get DynamicParams() : int
public function set DynamicParams(int);

Property Value

System.Int32 .

This property is read/write. 

© 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