Skip to content

Commit 8c11db6

Browse files
committed
Updates
1 parent 7705ba2 commit 8c11db6

File tree

6 files changed

+16
-5
lines changed

6 files changed

+16
-5
lines changed

Assets/MRTK/Examples/Common/Scripts/LoadProfiles.cs renamed to Assets/MRTK/Examples/Common/Scripts/LoadProfile.cs

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,19 @@
66
namespace Microsoft.MixedReality.Toolkit.Examples.Demos.EyeTracking
77
{
88
/// <summary>
9-
/// Automatically loads a given Mixed Reality Toolkit configuration profile when loading up the scene.
9+
/// Loads a given Mixed Reality Toolkit configuration profile.
1010
/// </summary>
11-
[AddComponentMenu("Scripts/MRTK/Examples/LoadProfiles")]
12-
public class LoadProfiles : MonoBehaviour
11+
[AddComponentMenu("Scripts/MRTK/Examples/LoadProfile")]
12+
public class LoadProfile : MonoBehaviour
1313
{
1414
[Tooltip("Mixed Reality Toolkit profile to load.")]
1515
[SerializeField]
1616
private MixedRealityToolkitConfigurationProfile configProfile = null;
1717

18-
public void LoadProfile()
18+
/// <summary>
19+
/// Loads a given Mixed Reality Toolkit configuration profile.
20+
/// </summary>
21+
public void LoadConfigProfile()
1922
{
2023
if ((configProfile != null) && (MixedRealityToolkit.Instance != null))
2124
{

Assets/MRTK/Examples/Experimental/ExamplesHub/Scenes/MRTKExamplesHubMainMenu.unity

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4670,7 +4670,7 @@ PrefabInstance:
46704670
- target: {fileID: 2689110609528677567, guid: 97e77b91a85a1c844aee31efd81859a2,
46714671
type: 3}
46724672
propertyPath: OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName
4673-
value: LoadProfile
4673+
value: LoadConfigProfile
46744674
objectReference: {fileID: 0}
46754675
- target: {fileID: 2701701781877227748, guid: 97e77b91a85a1c844aee31efd81859a2,
46764676
type: 3}

Assets/MRTK/Examples/Experimental/ExamplesHub/Scripts.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)