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 _
)C# public void Start(
int iterations
);C++ public:
void Start(
int iterations
);JScript public function Start(
iterations : int
);
iterations System.Int32
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