We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b41fd0d commit 5f3b594Copy full SHA for 5f3b594
Assets/MixedRealityToolkit/Inspectors/Profiles/DataProviderAccessServiceInspector.cs
@@ -16,10 +16,10 @@ public abstract class BaseDataProviderServiceInspector : BaseMixedRealityToolkit
16
{
17
protected class ServiceConfigurationProperties
18
19
- public SerializedProperty componentName;
20
- public SerializedProperty componentType;
21
- public SerializedProperty providerProfile;
22
- public SerializedProperty runtimePlatform;
+ internal SerializedProperty componentName;
+ internal SerializedProperty componentType;
+ internal SerializedProperty providerProfile;
+ internal SerializedProperty runtimePlatform;
23
}
24
25
protected abstract SerializedProperty GetDataProviderConfigurationList();
0 commit comments