Skip to content

Commit

Permalink
Update VRGIN.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eusth committed Jul 17, 2016
1 parent 424d299 commit b55a8cd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions HoneySelectVR/HoneyContext.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using System;
using UnityEngine;
using VRGIN.Controls.Speech;
using VRGIN.Core;
using VRGIN.Visuals;

Expand Down Expand Up @@ -96,5 +97,13 @@ public string InvisibleLayer
return "Ignore Raycast";
}
}

public Type VoiceCommandType
{
get
{
return typeof(VoiceCommand);
}
}
}
}
2 changes: 1 addition & 1 deletion VRGIN
Submodule VRGIN updated 101 files

0 comments on commit b55a8cd

Please sign in to comment.