mirror of
https://github.com/hanetzer/sdraw_mods_cvr.git
synced 2025-09-07 12:09:17 +00:00
Update to Ultraleap Gemini v5.12
Update to Ultraleap Unity Plugin v6.9.0 Unclamped spreads and curls
This commit is contained in:
parent
176d6530cb
commit
db93926f61
41 changed files with 1001 additions and 2573 deletions
62
ml_lme/vendor/LeapCSharp/Config.cs
vendored
62
ml_lme/vendor/LeapCSharp/Config.cs
vendored
|
@ -1,5 +1,5 @@
|
|||
/******************************************************************************
|
||||
* Copyright (C) Ultraleap, Inc. 2011-2021. *
|
||||
* Copyright (C) Ultraleap, Inc. 2011-2023. *
|
||||
* *
|
||||
* Use subject to the terms of the Apache License 2.0 available at *
|
||||
* http://www.apache.org/licenses/LICENSE-2.0, or another agreement *
|
||||
|
@ -119,66 +119,6 @@ namespace Leap
|
|||
return false;
|
||||
}
|
||||
|
||||
[Obsolete("Use the generic Set<T> method instead.")]
|
||||
public ValueType Type(string key)
|
||||
{
|
||||
return ValueType.TYPE_UNKNOWN;
|
||||
}
|
||||
|
||||
[Obsolete("Use the generic Get<T> method instead.")]
|
||||
public bool GetBool(string key)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
[Obsolete("Use the generic Set<T> method instead.")]
|
||||
public bool SetBool(string key, bool value)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
[Obsolete("Use the generic Get<T> method instead.")]
|
||||
public bool GetInt32(string key)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
[Obsolete("Use the generic Set<T> method instead.")]
|
||||
public bool SetInt32(string key, int value)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
[Obsolete("Use the generic Get<T> method instead.")]
|
||||
public bool GetFloat(string key)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
[Obsolete("Use the generic Set<T> method instead.")]
|
||||
public bool SetFloat(string key, float value)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
[Obsolete("Use the generic Get<T> method instead.")]
|
||||
public bool GetString(string key)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
[Obsolete("Use the generic Set<T> method instead.")]
|
||||
public bool SetString(string key, string value)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
[Obsolete]
|
||||
public bool Save()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Enumerates the possible data types for configuration values.
|
||||
/// @since 1.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue