IParticleSource

Description

interface Tinman.AddOns.Scenes.IParticleSource

Extended by

ParticleSource abstract

Full source code is included in the Tinman 3D SDK download.

Defines a particle source that generates particles for a ParticleEffect.

Public / Methods

Create​Particles


public method CreateParticles → (2)

buffer in : ParticleBuffer

[not-null]
The particle buffer to use for creating new particles.

random in : RandomNumber

[not-null]
The random number generator to use.

Creates new particles.