mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 06:19:22 +00:00
rename method
This commit is contained in:
parent
adafbe8e7a
commit
e653d2b804
3 changed files with 3 additions and 3 deletions
|
@ -40,7 +40,7 @@ public class DesktopVRIK : MonoBehaviour
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public void CalibrateAvatarVRIK(CVRAvatar avatar)
|
public void CalibrateDesktopVRIK(CVRAvatar avatar)
|
||||||
{
|
{
|
||||||
//Generic VRIK calibration shit
|
//Generic VRIK calibration shit
|
||||||
|
|
||||||
|
|
|
@ -31,7 +31,7 @@ internal class HarmonyPatches
|
||||||
//need IKSystem to see VRIK component for setup
|
//need IKSystem to see VRIK component for setup
|
||||||
____vrik = avatar.gameObject.AddComponent<VRIK>();
|
____vrik = avatar.gameObject.AddComponent<VRIK>();
|
||||||
//now I calibrate DesktopVRIK
|
//now I calibrate DesktopVRIK
|
||||||
DesktopVRIK.Instance.CalibrateAvatarVRIK(avatar);
|
DesktopVRIK.Instance.CalibrateDesktopVRIK(avatar);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"loaderversion": "0.5.7",
|
"loaderversion": "0.5.7",
|
||||||
"modtype": "Mod",
|
"modtype": "Mod",
|
||||||
"author": "NotAKidoS",
|
"author": "NotAKidoS",
|
||||||
"description": "Adds VRIK to Desktop avatars. No longer will you be a liveless sliding statue~!\nAdds the small feet stepping when looking around on Desktop.\n\nAdditional option to emulate VRChat-like hip movement if you like becoming a fish.",
|
"description": "Adds VRIK to Desktop avatars. No longer will you be a liveless sliding statue~!\nAdds the small feet stepping when looking around on Desktop.\n\nAdditional option to emulate VRChat-like hip movement if you like being fish.\nThis mod pairs well with Avatar Motion Tweaker by SDraw.",
|
||||||
"searchtags": [
|
"searchtags": [
|
||||||
"desktop",
|
"desktop",
|
||||||
"vrik",
|
"vrik",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue