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