mirror of
https://github.com/hanetzer/sdraw_mods_cvr.git
synced 2025-09-06 03:39:23 +00:00
Logic rewrite
Update to LeapCSharp 5.13.1 Not tested in VR
This commit is contained in:
parent
a41f17af82
commit
3609500959
21 changed files with 566 additions and 103 deletions
|
@ -6,10 +6,12 @@
|
|||
* between Ultraleap and you, your company or other organization. *
|
||||
******************************************************************************/
|
||||
|
||||
using UnityEngine;
|
||||
|
||||
namespace Leap
|
||||
{
|
||||
using System;
|
||||
|
||||
#pragma warning disable 0618
|
||||
public static class TransformExtensions
|
||||
{
|
||||
|
||||
|
@ -173,4 +175,5 @@ namespace Leap
|
|||
return new Bone().CopyFrom(bone).Transform(transform);
|
||||
}
|
||||
}
|
||||
#pragma warning restore 0618
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue