Skip to content

Commit

Permalink
Update VRGIN.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eusth committed Jun 27, 2016
1 parent 405da31 commit 43999c6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 17 deletions.
24 changes: 8 additions & 16 deletions HoneySelectVR/HoneyContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,22 +41,6 @@ public string GuiLayer
}
}

public string HMDLayer
{
get
{
return "Ignore Raycast";
}
}

public string[] IgnoredCanvas
{
get
{
return new string[] { };
}
}

public IMaterialPalette Materials
{
get
Expand Down Expand Up @@ -104,5 +88,13 @@ public bool SimulateCursor
return true;
}
}

public string InvisibleLayer
{
get
{
return "Ignore Raycast";
}
}
}
}

0 comments on commit 43999c6

Please sign in to comment.