EffectObject.Start Method |
Language: |
Begins playing an effect. If the effect is already playing, it is restarted from the beginning. If the effect has not been downloaded or has been modified since its last download, it is downloaded before being started. This default behavior can be suppressed by passing the DIES_NODOWNLOAD flag.
Visual Basic Public Sub Start( _
ByVal iterations As Integer, _
ByVal flags As EffectStartFlags _
)C# public void Start(
int iterations,
EffectStartFlags flags
);C++ public:
void Start(
int iterations,
EffectStartFlags flags
);JScript public function Start(
iterations : int,
flags : EffectStartFlags
);
iterations System.Int32
flags Microsoft.DirectX.DirectInput.EffectStartFlags
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