From 816bad12c2cf72a13fe4e693851b2af6a791a449 Mon Sep 17 00:00:00 2001 From: Pascal Serrarens Date: Thu, 30 Mar 2023 13:09:23 +0200 Subject: [PATCH] Update accessibility --- Runtime/HumanoidControl/Scripts/Interaction/HandInteraction.cs | 2 +- Runtime/HumanoidControl/Scripts/Targets/HandTarget.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Runtime/HumanoidControl/Scripts/Interaction/HandInteraction.cs b/Runtime/HumanoidControl/Scripts/Interaction/HandInteraction.cs index 3ff62ed..651a150 100644 --- a/Runtime/HumanoidControl/Scripts/Interaction/HandInteraction.cs +++ b/Runtime/HumanoidControl/Scripts/Interaction/HandInteraction.cs @@ -114,7 +114,7 @@ namespace Passer.Humanoid { } } - private void DeterminePalmPosition() { + protected void DeterminePalmPosition() { if (hand.bone.transform == null) return; diff --git a/Runtime/HumanoidControl/Scripts/Targets/HandTarget.cs b/Runtime/HumanoidControl/Scripts/Targets/HandTarget.cs index 69988ab..c74a3f6 100644 --- a/Runtime/HumanoidControl/Scripts/Targets/HandTarget.cs +++ b/Runtime/HumanoidControl/Scripts/Targets/HandTarget.cs @@ -650,7 +650,7 @@ namespace Passer.Humanoid { #endregion - private void InitSubTargets() { + protected void InitSubTargets() { //foreach (TargetedBone subTarget in subTargets) // subTarget.Init(); shoulder.Init();