Ejemplo n.º 1
0
 public bool IsValid()
 {
     return((fadeInEffect != null && fadeInEffect.IsValid()) ||
            (fadeOutEffect != null && fadeOutEffect.IsValid()) ||
            (commonEffects != null && commonEffects.Count > 0));
 }