Added rename Chest

This commit is contained in:
Absolutely disgusting
2025-11-04 09:39:25 +04:00
parent b7cd096825
commit b8fb901c18
23 changed files with 481 additions and 481 deletions

View File

@@ -63,7 +63,7 @@ namespace SlaveMatrix
public W ;
public Ele[] _接続;
public Ele[] Chest_接続;
public Ele[] _接続;
@@ -279,7 +279,7 @@ namespace SlaveMatrix
}
}
public JointS _接続点 => new JointS(, X0Y0_胴, 0);
public JointS Chest_接続点 => new JointS(, X0Y0_胴, 0);
public JointS _接続点 => new JointS(, X0Y0_胴, 5);
@@ -349,14 +349,14 @@ namespace SlaveMatrix
= false;
}
Ele f;
if (e._接続.Count > 0)
if (e.Chest_接続.Count > 0)
{
_接続 = e._接続.Select(delegate(EleD g)
Chest_接続 = e.Chest_接続.Select(delegate(EleD g)
{
f = g.GetEle(DisUnit, Med, );
f.Par = 2;
f.ConnectionType = ConnectionInfo.Torso__接続;
f.(2._接続点);
f.ConnectionType = ConnectionInfo.Torso_Chest_接続;
f.(2.Chest_接続点);
return f;
}).ToArray();
}