Exemple #1
0
 public void InjectAllHandGhost(HandPuppet puppet, Transform gripPoint)
 {
     InjectHandPuppet(puppet);
     InjectGripPoint(gripPoint);
 }
Exemple #2
0
 protected virtual void Reset()
 {
     _puppet        = this.GetComponent <HandPuppet>();
     _handGrabPoint = this.GetComponentInParent <HandGrabPoint>();
 }
Exemple #3
0
 public void InjectHandPuppet(HandPuppet puppet)
 {
     _puppet = puppet;
 }