mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-09 01:29:17 +00:00
[RCCVirtualSteeringWheel] Fixes for 2025r180
This commit is contained in:
parent
a0a859aa86
commit
e378a717d3
3 changed files with 9 additions and 9 deletions
|
@ -26,8 +26,8 @@ public class SteeringWheelPickup : Pickupable
|
|||
|
||||
public override void OnUseDown(InteractionContext context) { }
|
||||
public override void OnUseUp(InteractionContext context) { }
|
||||
public override void OnFlingTowardsTarget(Vector3 target) { }
|
||||
|
||||
public override void FlingTowardsTarget(ControllerRay controllerRay) { }
|
||||
|
||||
public override void OnGrab(InteractionContext context, Vector3 grabPoint) {
|
||||
if (ControllerRay?.pivotPoint != null)
|
||||
root.StartTrackingTransform(ControllerRay.transform);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue