BaseDataProvider<T>(T, String, UInt32, BaseMixedRealityProfile) Constructor

Definition

Constructor.

protected BaseDataProvider (T service, string name = default, uint priority = 10, Microsoft.MixedReality.Toolkit.BaseMixedRealityProfile profile = default);
new Microsoft.MixedReality.Toolkit.BaseDataProvider<'T (requires 'T :> Microsoft.MixedReality.Toolkit.IMixedRealityService)> : 'T * string * uint32 * Microsoft.MixedReality.Toolkit.BaseMixedRealityProfile -> Microsoft.MixedReality.Toolkit.BaseDataProvider<'T (requires 'T :> Microsoft.MixedReality.Toolkit.IMixedRealityService)>
Protected Sub New (service As T, Optional name As String = Nothing, Optional priority As UInteger = 10, Optional profile As BaseMixedRealityProfile = Nothing)

Parameters

service
T

The IMixedRealityService to which the provider is providing data.

name
String

The friendly name of the data provider.

priority
UInt32

The registration priority of the data provider.

profile
BaseMixedRealityProfile

The configuration profile for the data provider.

Applies to