supportsMultisampledBackBuffer
A boolean property that indicates whether multi-sampled back buffer is supported ( true if supported, false if not supported).
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Property
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public static bool supportsMultisampledBackBuffer { get; }
Remarks
Multi-sampled back buffer is only supported with the Player on Android and Apple devices. If it's supported, you can select the number of samples by using Screen.SetMSAASamples.