Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


supportsRendering

Returns true when the platform supports rendering and there is a graphics device available.
Read time 1 minuteLast updated 5 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public static bool supportsRendering { get; }

Remarks

On Dedicated Server builds this value is always
false
. On Standalone builds this value is
false
when running with the -nographics argument.