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 fa00b71 commit 5b8ab53Copy full SHA for 5b8ab53
Assets/HoloToolkit/Sharing/Tests/ImportExportAnchorManager.cs
@@ -18,7 +18,7 @@ public class ImportExportAnchorManager : Singleton<ImportExportAnchorManager>
18
/// <summary>
19
/// Enum to track the progress through establishing a shared coordinate system.
20
/// </summary>
21
- enum ImportExportState
+ private enum ImportExportState
22
{
23
// Overall states
24
Start,
@@ -39,7 +39,7 @@ enum ImportExportState
39
Importing
40
}
41
42
- ImportExportState currentState = ImportExportState.Start;
+ private ImportExportState currentState = ImportExportState.Start;
43
44
public string StateName
45
0 commit comments