File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Assets/HoloToolkit/Input/Tests/Scripts Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11// Copyright (c) Microsoft Corporation. All rights reserved.
22// Licensed under the MIT License. See LICENSE in the project root for license information.
33
4+ using System ;
45using UnityEngine ;
56using UnityEngine . UI ;
67
78namespace HoloToolkit . Unity . InputModule . Tests
89{
10+ [ Obsolete ( "See DisplaySpeechKeywords for updated usage." ) ]
911 public class DisplayKeywords : MonoBehaviour
1012 {
1113 public KeywordManager keywordManager ;
1214 public Text textPanel ;
1315
14- void Start ( )
16+ private void Start ( )
1517 {
1618 if ( keywordManager == null || textPanel == null )
1719 {
Original file line number Diff line number Diff line change 22// Licensed under the MIT License. See LICENSE in the project root for license information.
33
44using UnityEngine ;
5- using UnityEngine . UI ;
65
76namespace HoloToolkit . Unity . InputModule . Tests
87{
You can’t perform that action at this time.
0 commit comments