void SetLeftHandPointOff() { if (Left_HandPoint.activeInHierarchy) { Left_HandPoint.SetActive(false); } }
void SetLeftHandPointOn() { Left_HandPoint.SetActive(true); }