Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


supportsRenderToCubemap

Are cubemap render textures supported? (Read Only)
Read time 1 minuteLast updated 4 days ago

Definition

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

Remarks

Returns true if graphics card supports render into cubemap Render Textures.
Additional Resources: Render Texture assets, RenderTexture class.