Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Setting ObiParticleAttachment ParticleGroup via script
#6
(23-01-2020, 11:09 AM)jalee Wrote: Is there a way to access the particles within that group, so you can create particles groups and then do different things with them?

Yes, that's the point of particle groups.

A particle group contains a List<int> of particle indices in the actor:
Code:
group.particleIndices
Reply


Messages In This Thread
RE: Setting ObiParticleAttachment ParticleGroup via script - by josemendez - 23-01-2020, 12:37 PM