Updated accessibility
This commit is contained in:
parent
43bd355b29
commit
14ac81f2f2
@ -718,7 +718,7 @@ namespace Passer.Humanoid {
|
||||
rightFootTarget.MatchTargetsToAvatar();
|
||||
}
|
||||
|
||||
private void UpdateTargetsAndMovements() {
|
||||
protected void UpdateTargetsAndMovements() {
|
||||
CopyTargetsToRig();
|
||||
|
||||
UpdateTargets();
|
||||
@ -1095,7 +1095,7 @@ namespace Passer.Humanoid {
|
||||
}
|
||||
}
|
||||
|
||||
private TraditionalDevice traditionalInput;
|
||||
protected TraditionalDevice traditionalInput;
|
||||
|
||||
protected void InitTrackers() {
|
||||
_trackers = new HumanoidTracker[] {
|
||||
@ -2310,7 +2310,7 @@ namespace Passer.Humanoid {
|
||||
[HideInInspector]
|
||||
private float lastTime;
|
||||
|
||||
private void CalculateVelocityAcceleration() {
|
||||
protected virtual void CalculateVelocityAcceleration() {
|
||||
if (lastTime > 0) {
|
||||
float deltaTime = Time.time - lastTime;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user