Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Can I Reach transform of each particle on rope.
#2
Hi there,

Note that particles don't have a "transform" as they're not gameObjects, they have separate position, orientation, and radius.

See the particle API documentation:
http://obi.virtualmethodstudio.com/manua...icles.html

Using it you can change particle radius or any other per-particle property at runtime.
Reply


Messages In This Thread
RE: Can I Reach transform of each particle on rope. - by josemendez - 29-07-2021, 08:53 AM