-
-
Notifications
You must be signed in to change notification settings - Fork 10
particle.CreateGroup
Jérôme Leclercq edited this page Dec 8, 2020
·
2 revisions
API: particle.CreateGroup
Creates a new particle group.
Allowed particle types:
- "billboard2d": Regular particles that always face the camera.
particle.CreateGroup(maxParticleCount: integer, particleType: string) -> group: ParticleGroup
-
maxParticleCount: A maximum count of particles that will be handled by this group. -
particleType: The type of particle to create.
-
group: The newly createdParticleGroup.