Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


supportsImageEffects

Are image effects supported? (Read Only)
Read time 1 minuteLast updated 5 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
Warning
Deprecated. supportsImageEffects always returns true, no need to call it
public static bool supportsImageEffects { get; }

Remarks

Returns true if the graphics card supports post-processing effects.
Additional Resources: Post-processing effects.