-
Notifications
You must be signed in to change notification settings - Fork 367
M_Aurora_EffectsEngine_EffectLayer_op_Addition
Anton Pupkov edited this page Aug 8, 2016
·
1 revision
- Operator, sums two EffectLayer together.
Namespace: Aurora.EffectsEngine
Assembly: Aurora (in Aurora.exe) Version: 1.0.0.0 (0.0.4.6)
C#
public static EffectLayer operator +(
EffectLayer lhs,
EffectLayer rhs
)
- lhs
- Type: Aurora.EffectsEngine.EffectLayer
Left Hand Side EffectLayer - rhs
- Type: Aurora.EffectsEngine.EffectLayer
Right Hand Side EffectLayer
Type: EffectLayer
A new instance of EffectLayer, which is a combination of two passed EffectLayers