mirror of
https://github.com/hanetzer/sdraw_mods_cvr.git
synced 2025-09-03 10:29:22 +00:00
LeapCSharp update to 6.14.0
Fixed interaction input
This commit is contained in:
parent
f3aa0bc72d
commit
56686834d0
32 changed files with 89 additions and 34 deletions
|
@ -1,4 +1,5 @@
|
|||
using ABI_RC.Core.Player;
|
||||
using ABI.CCK.Components;
|
||||
using ABI_RC.Core.Player;
|
||||
using ABI_RC.Systems.InputManagement;
|
||||
using System.Collections;
|
||||
using UnityEngine;
|
||||
|
@ -196,6 +197,11 @@ namespace ml_lme
|
|||
m_leapTracking.OnPlayspaceScale(p_relation);
|
||||
}
|
||||
|
||||
internal void OnPickupGrab(CVRPickupObject p_pickup)
|
||||
{
|
||||
m_leapInput?.OnPickupGrab(p_pickup);
|
||||
}
|
||||
|
||||
// Arbitrary
|
||||
void UpdateDeviceTrackingMode()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue