Exemple #1
0
 protected void UnSetAnimationParam()
 {
     animParam = null;
 }
Exemple #2
0
 protected void SetAnimationParam(AnimationType type, float speedRate, int priority)
 {
     animParam = new AnimParam(type, speedRate, priority);
 }