class in UnityEngine.Experimental
/
Implemented in:UnityEngine.XRModule
Implements interfaces:ISubsystemDescriptor
Information about a subsystem that can be queried before creating a subsystem instance.
| disablesLegacyVr | Indicates whether legacy VR settings must be disabled for the subsystem. Set to true if the Editor must disable the legacy VR settings; otherwise false. | 
| id | A unique string that identifies the subsystem that this Descriptor can create. | 
| subsystemImplementationType | The System.Type of the subsystem implementation associated with this descriptor. |