Beispiel #1
0
 public override void MakeAction()
 {
     AnimationUtilities.SetParameterIfExists("isSitting", MyAnimator, true);
 }
Beispiel #2
0
 public override void StopAction()
 {
     AnimationUtilities.SetParameterIfExists("isSitting", MyAnimator, false);
     Destroy(gameObject);
 }