IMixedRealityDataProviderAccess Interface

Definition

Allows systems to provide access to their managed data providers.

public interface class IMixedRealityDataProviderAccess
public interface IMixedRealityDataProviderAccess
type IMixedRealityDataProviderAccess = interface
Public Interface IMixedRealityDataProviderAccess
Derived

Methods

GetDataProvider(String)

Get the data provider that is registered under the specified name.

GetDataProvider<T>(String)

Get the data provider that is registered under the specified name (optional) and matching the specified type.

GetDataProviders()

Gets the collection of registered data providers.

GetDataProviders<T>()

Get the collection of registered observers of the specified type.

Applies to