mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 23:03:51 +02:00
Display short url and normal one, small changes and fixes
This commit is contained in:
@@ -211,9 +211,14 @@ namespace VRCX
|
||||
}
|
||||
}
|
||||
|
||||
public void SetVR(bool active, bool hmdOverlay, bool wristOverlay)
|
||||
public void SetVR(bool active, bool hmdOverlay, bool wristOverlay, bool menuButton)
|
||||
{
|
||||
VRCXVR.Instance.SetActive(active, hmdOverlay, wristOverlay);
|
||||
VRCXVR.Instance.SetActive(active, hmdOverlay, wristOverlay, menuButton);
|
||||
}
|
||||
|
||||
public void TriggerLeftHand()
|
||||
{
|
||||
VRCXVR.Instance.TriggerLeftHand();
|
||||
}
|
||||
|
||||
public void RefreshVR()
|
||||
|
||||
Reference in New Issue
Block a user