mirror of
https://github.com/hanetzer/sdraw_mods_cvr.git
synced 2025-09-05 03:19:23 +00:00
Update to LeapSDK 5.17.1
Update to Ultraleap Unity Plugin 6.13.0
This commit is contained in:
parent
4aaca216d7
commit
da09ce831a
8 changed files with 43 additions and 73 deletions
6
ml_lme/vendor/LeapCSharp/Controller.cs
vendored
6
ml_lme/vendor/LeapCSharp/Controller.cs
vendored
|
@ -43,7 +43,6 @@ namespace Leap
|
|||
bool _disposed = false;
|
||||
bool _supportsMultipleDevices = true;
|
||||
string _serverNamespace = "Leap Service";
|
||||
Config _config;
|
||||
|
||||
/// <summary>
|
||||
/// The SynchronizationContext used for dispatching events.
|
||||
|
@ -871,13 +870,12 @@ namespace Leap
|
|||
///
|
||||
/// @since 1.0
|
||||
/// </summary>
|
||||
[Obsolete("Config.cs is not used in Ultraleap's Tracking Service 5.X+. This will be removed in the next Major release")]
|
||||
public Config Config
|
||||
{
|
||||
get
|
||||
{
|
||||
if (_config == null)
|
||||
_config = new Config(this._connection.ConnectionKey);
|
||||
return _config;
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue