Guest User

Untitled

a guest
May 8th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. switch (ParamNameData[1])
  2. {
  3.     case "AxisX":
  4.         AxisData.X = ParticleSystemComponent.InstanceParameters[i].Scalar;
  5.         break;
  6. .
  7. .
  8. .
  9. }
Add Comment
Please, Sign In to add comment