コード例 #1
0
 public override void SetDepthOfFieldProperties(DepthOfFieldProperties properties)
 {
     Console.WriteLine("[WARNING] - DEPTH OF FIELD IS NOT SUPPORTED ON THE SPRITE RENDERER!");
 }
コード例 #2
0
 public void SetDepthOfFieldProperties(DepthOfFieldProperties properties)
 {
     RenderManager.Instance.SetDepthOfFieldProperties(properties);
 }
コード例 #3
0
 public override void SetDepthOfFieldProperties(DepthOfFieldProperties properties)
 {
     m_DepthOfFieldPostProcessor.SetProperties(properties);
 }
コード例 #4
0
 public virtual void SetDepthOfFieldProperties(DepthOfFieldProperties properties)
 {
     Console.WriteLine("[WARNING] - DEPTH OF FIELD IS NOT SUPPORTED ON THE BASE RENDERER!");
 }