Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


supportsMultisampled2DArrayTextures

Boolean that indicates whether multisampled texture arrays are supported (true if supported, false if not supported).
Read time 1 minuteLast updated 5 days ago

Definition

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

Remarks

Additional Resources: Texture2DArray class and RenderTexture.bindTextureMS.