备份CatanBuilding瘦身独立工程
This commit is contained in:
24
Assets/Scripts/GampPlay/Fishing/Rod.cs
Normal file
24
Assets/Scripts/GampPlay/Fishing/Rod.cs
Normal file
@@ -0,0 +1,24 @@
|
||||
using RootMotion.FinalIK;
|
||||
using System.Collections.Generic;
|
||||
using TMPro;
|
||||
using UnityEngine;
|
||||
|
||||
public class Rod : MonoBehaviour
|
||||
{
|
||||
public GameObject rod;
|
||||
|
||||
public Transform Bait; // 鱼饵的位置
|
||||
public Transform TopLine; // 钓鱼竿的顶部位置
|
||||
public Transform EndLine;
|
||||
public Transform Rod_Joint;
|
||||
public List<Transform> LineList;
|
||||
public Transform LineHole;
|
||||
|
||||
public LineRenderer fishingLineRenderer;
|
||||
public CCDIK cCDIK;
|
||||
|
||||
public Transform LeftHandTargets;
|
||||
public Transform RightHandTargets;
|
||||
public Transform BodyTargets;
|
||||
public TMP_Text lineLength;
|
||||
}
|
||||
Reference in New Issue
Block a user