CompositorEffectParameter()

Syntax

CompositorEffectParameter(#Effect, TechniqueID, PassID, EffectName$, DataType, *Data)
Description
Set real-time parameter on the specified effect.

Parameters

#Effect The effect to use. The effect has to be a compositor effect created with CreateCompositorEffect().
TechniqueID The TechniqueID of the effect.
PassID The PassID of the effect.
EffectName$ The name of the effect.
DataType The datatype of the parameter to set.
Data The data of the parameter to set. It depends of the specified datatype.

Return value

None.

See Also

CreateCompositorEffect()

Supported OS

All

<- AttachRibbonEffect() - SpecialEffect Index - CreateCompositorEffect() ->