'Declaration Public Function InsertAlphaModulation( _ ByVal index As System.Integer, _ ByVal amount As System.Single _ ) As AlphaModulation
public AlphaModulation InsertAlphaModulation( System.int index, System.float amount )
Parameters
- index
- The effect index in the list.
- amount
- The amount to scale the alpha.
Return Value
The inserted AlphaModulation effect.