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