Experimental: this API is experimental and might be changed or removed in the future.

ISubsystemDescriptor

interface in UnityEngine.Experimental

Description

A subsystem descriptor is metadata about a subsystem which can be inspected before loading / initializing a subsystem.

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.
idA unique string that identifies the subsystem that this Descriptor can create.

Public Methods

CreateCreates an ISubsystem from this descriptor.

Did you find this page useful? Please give it a rating: