BaseDataProviderServiceInspector.GetDataProviderConfigurationList Method

Definition

Allows implementations of a IMixedRealityDataProviderAccess system's inspector to provide custom data provider representations for data providers.

protected:
 abstract UnityEditor::SerializedProperty ^ GetDataProviderConfigurationList();
protected abstract UnityEditor.SerializedProperty GetDataProviderConfigurationList ();
abstract member GetDataProviderConfigurationList : unit -> UnityEditor.SerializedProperty
Protected MustOverride Function GetDataProviderConfigurationList () As SerializedProperty

Returns

UnityEditor.SerializedProperty

SerializedProperty object that wraps references to array of IMixedRealityServiceConfiguration stored on the inspected target object.

Applies to