保存进度
This commit is contained in:
@@ -21,14 +21,8 @@ public class FLineHandler : MonoBehaviour
|
||||
public ObiRope obiRopeSegment_2;
|
||||
|
||||
public ObiRope obiRopeSegment_3;
|
||||
|
||||
public ObiRopeCursor obiRopeCursor_1;
|
||||
|
||||
public ObiRopeCursor obiRopeCursor_2;
|
||||
|
||||
public ObiRopeCursor obiRopeCursor_3;
|
||||
|
||||
public FixedJoint LineConnector_0;
|
||||
|
||||
public FixedLine LineConnector_0;
|
||||
|
||||
public SpringJoint LineConnector_1;
|
||||
|
||||
|
||||
@@ -261,7 +261,7 @@ public class FRod : FPlayerGear
|
||||
lineHandler = obj.GetComponent<FLineHandler>();
|
||||
// lineHandler.transform.SetParent(toRodConnector.transform);
|
||||
lineHandler.transform.position = rodAsset.lineConnector.position;
|
||||
lineHandler.LineConnector_0.connectedBody = rodAsset.lineConnector.GetComponent<Rigidbody>();
|
||||
lineHandler.LineConnector_0.target = rodAsset.lineConnector;//.GetComponent<Rigidbody>();
|
||||
// lineHandler.toRodConnector.target = rodAsset.lineConnector;
|
||||
lineHandler.Rod = this;
|
||||
var obiSolver = lineHandler.GetComponent<ObiSolver>();
|
||||
|
||||
Reference in New Issue
Block a user