mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-03 14:59:23 +00:00
[DesktopVRIK] Cleanup
This commit is contained in:
parent
497b0b0e7a
commit
32456e0055
5 changed files with 17 additions and 17 deletions
|
@ -61,10 +61,7 @@ public class IKManager : MonoBehaviour
|
|||
|
||||
private void Update()
|
||||
{
|
||||
if (_ikHandler == null)
|
||||
return;
|
||||
|
||||
_ikHandler.UpdateWeights();
|
||||
_ikHandler?.UpdateWeights();
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
@ -214,6 +211,11 @@ public class IKManager : MonoBehaviour
|
|||
|
||||
#region Public Methods
|
||||
|
||||
public bool IsAvatarInitialized()
|
||||
{
|
||||
return _isAvatarInitialized;
|
||||
}
|
||||
|
||||
public Vector3 GetPlayerPosition()
|
||||
{
|
||||
if (!MetaPort.Instance.isUsingVr)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue