Microsoft DirectX 9.0 |
The EffectsEnabled method determines whether effects are enabled. If effects are disabled, they remain in the timeline but are not rendered.
Syntax
object.EffectsEnabled(
pfEnabled As Long
)
Parameters
pfEnabled
Variable that receives a value indicating whether effects are enabled. If the value is zero, effects are disabled. If the value is non-zero, effects are enabled.
Error Codes
If the method fails, an error is raised.
See Also