public override void SetDepthOfFieldProperties(DepthOfFieldProperties properties) { Console.WriteLine("[WARNING] - DEPTH OF FIELD IS NOT SUPPORTED ON THE SPRITE RENDERER!"); }
public void SetDepthOfFieldProperties(DepthOfFieldProperties properties) { RenderManager.Instance.SetDepthOfFieldProperties(properties); }
public override void SetDepthOfFieldProperties(DepthOfFieldProperties properties) { m_DepthOfFieldPostProcessor.SetProperties(properties); }
public virtual void SetDepthOfFieldProperties(DepthOfFieldProperties properties) { Console.WriteLine("[WARNING] - DEPTH OF FIELD IS NOT SUPPORTED ON THE BASE RENDERER!"); }