This version of Unity is unsupported.

XRDisplaySubsystemDescriptor

class in UnityEngine.XR

/

Inherits from:IntegratedSubsystemDescriptor

/

Implemented in:UnityEngine.XRModule

Description

Class providing information about XRDisplaySubsystem registration.

Properties

disablesLegacyVrIndicates whether legacy VR settings must be disabled for the subsystem. Set to true if the Editor must disable the legacy VR settings disabled; otherwise false.
enableBackBufferMSAAIndicates whether MSAA must be resolved in the back buffer. Set to true if MSAA needs to be resolved in the back buffer; otherwise false.

Public Methods

GetAvailableMirrorBlitModeCountGet current display subsystem's total number of supported mirror blit modes.
GetMirrorBlitModeByIndexGet a supported mirror view blit mode from the current display subsystem descriptor.

Inherited Members

Properties

idA unique string that identifies the subsystem that this Descriptor can create.