supportsRendering
Returns true when the platform supports rendering and there is a graphics device available.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Property
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public static bool supportsRendering { get; }
Remarks
On Dedicated Server builds this value is always . On Standalone builds this value is when running with the -nographics argument.
falsefalse