Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


XRDisplaySubsystem.TextureLayout

Flags that designate the supported texture layouts.
Read time 1 minuteLast updated 10 days ago

Definition

[Flags]public enum XRDisplaySubsystem.TextureLayout

Fields

Value

Description

SeparateTexture2DsTextures could be configured to multiple texture2D type.
SingleTexture2DTextures could be configured to a texture2D that represents multiple views.
Texture2DArrayTextures could be configured to a texture2DArray type.