示例#1
0
 //get x position of the left scale
 float GetHandX(ScaleHandScript hand)
 {
     return(hand.gameObject.transform.position.x);
 }