XRDisplaySubsystemDescriptor
Class providing information about XRDisplaySubsystem registration.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Class
- Namespace: UnityEngine.XR
- Assembly: UnityEngine.XRModule
- Inherits from: IntegratedSubsystemDescriptor<XRDisplaySubsystem>
- Implements: ISubsystemDescriptor
public class XRDisplaySubsystemDescriptor : IntegratedSubsystemDescriptor<XRDisplaySubsystem>, ISubsystemDescriptor
Properties
Property | Description |
|---|---|
| disablesLegacyVr | Indicates 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. |
| enableBackBufferMSAA | Indicates whether MSAA must be resolved in the back buffer. Set to true if MSAA needs to be resolved in the back buffer; otherwise false. |
Methods
Method | Description |
|---|---|
| GetAvailableMirrorBlitModeCount | Get current display subsystem's total number of supported mirror blit modes. |
| GetMirrorBlitModeByIndex | Get a supported mirror view blit mode from the current display subsystem descriptor. |