示例#1
0
 public void PlayAtPos(float x, float y, Color blend)
 {
     mDispObj.posX = x;
     mDispObj.posY = y;
     mIsActive     = true;
     mDispObj.SetBlendColor(blend);
     mDispObj.Show();
     mDispObj.StartAnimation(mKit.ANIM_INFO);
 }