CompositorEffectParameter()
语法
CompositorEffectParameter(#Effect, TechniqueID, PassID, EffectName$, DataType, *Data)概要
Set real-time parameter on the specified effect.
参数
#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.
返回值
无.
参阅
CreateCompositorEffect()
已支持操作系统
所有