MixedRealityInputSystemProfileInspector.GetDataProviderConfigurationList Method

Definition

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

protected:
 override UnityEditor::SerializedProperty ^ GetDataProviderConfigurationList();
protected override UnityEditor.SerializedProperty GetDataProviderConfigurationList ();
override this.GetDataProviderConfigurationList : unit -> UnityEditor.SerializedProperty
Protected Overrides Function GetDataProviderConfigurationList () As SerializedProperty

Returns

UnityEditor.SerializedProperty

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

Applies to