MRTKSubsystemDescriptor<TSubsystem,TProvider> Class

Definition

Specifies a functionality description that implements the IMRTKSubsystemDescriptor interface.

C#
public class MRTKSubsystemDescriptor<TSubsystem,TProvider> : UnityEngine.SubsystemsImplementation.SubsystemDescriptorWithProvider<TSubsystem,TProvider>, MixedReality.Toolkit.Subsystems.IMRTKSubsystemDescriptor where TSubsystem : SubsystemWithProvider, new() where TProvider : SubsystemProvider<TSubsystem>

Type Parameters

TSubsystem
TProvider
Inheritance
UnityEngine.SubsystemsImplementation.SubsystemDescriptorWithProvider<TSubsystem,TProvider>
MRTKSubsystemDescriptor<TSubsystem,TProvider>
Derived
Implements

Remarks

Generic, and useful for basic subsystems that don't require more advanced properties or metadata.

Constructors

Properties

Author

The creator (ex: Microsoft) of the subsystem being described.

ConfigType

The least specific type of the configuration object compatible with this subsystem.

DisplayName

The friendly name (ex: MRTK Test Subsystem) of the subsystem being described.

Name

Identifier of the subsystem being described.

ProviderType

Specifies the provider implementation type to use for instantiation.

SubsystemTypeOverride

Specifies the MRTKSubsystem<TSubsystem,TSubsystemDescriptor,TProvider> based type that forwards casted calls to its provider.

Applies to

Proizvod Verzije
MRTK3 Core Definitions 3.0, 3.1, 3.2