コード例 #1
0
 /** To be called if the HandRepresentation no longer has a Leap Hand. */
 public override void Finish()
 {
     handModel.FinishHand();
     parent.ModelPool.Add(handModel);
     handModel = null;
 }