Apply() публичный Метод

public Apply ( Aiv.Fast2D.Window window ) : void
window Aiv.Fast2D.Window
Результат void
Пример #1
0
 /// <summary>
 /// Apply a Post Processing FX
 /// </summary>
 /// <param name="effect">the effect to be applyied</param>
 public void ApplyPostProcessingEffect(PostProcessingEffect effect)
 {
     effect.Apply(this);
 }