Exemple #1
0
 public void CopyValues(BlockAnimation objValues)
 {
     animationName      = objValues.animationName;
     currentAnimator    = objValues.currentAnimator;
     animatorObject     = objValues.animatorObject;
     buttonName         = objValues.buttonName;
     gameObjForAnimator = objValues.gameObjForAnimator;
     scriptAnimators    = objValues.scriptAnimators;
 }
Exemple #2
0
 public void ResetAllValues()
 {
     currentAnimator    = false;
     animationName      = "";
     animatorObject     = null;
     buttonName         = "";
     gameObjForAnimator = null;
     scriptAnimators    = null;
 }
Exemple #3
0
 void Start()
 {
     plBehaviorContr = GetComponent <PlayerBehaviorControl> ();
 }