示例#1
0
 // Update is called once per frame
 void Start()
 {
     hands = GetComponent <hand_controller>();
 }
 // Start is called before the first frame update
 void Start()
 {
     currentObject = hands.GetComponent <hand_controller>();
 }