{
return;
}
If (1==Input. TouchCount)
{
Touch Touch=Input. GetTouch (0);
DeltaPos=touch. DeltaPosition;
Print (deltaPos);
Vector3 Torque=new Vector3 (deltaPos. J y, - deltaPos. X, 0).
The transform. GetComponent
}
Now the problem is that when the finger off, there will be a flash card, how do I solve?