Class SubroutineTest2Initializer
Inheritance
object
SubroutineTest2Initializer
Assembly: .dll
Syntax
public class SubroutineTest2Initializer : InitializationMethod
Constructors
|
Edit this page
View Source
SubroutineTest2Initializer(ParticleSystem)
Declaration
public SubroutineTest2Initializer(ParticleSystem system)
Parameters
Methods
|
Edit this page
View Source
Generate(int, float, bool, bool, float, int)
Declaration
public void Generate(int numParticles = 100, float holeProb = 0.1, bool fillHoles = false, bool prioritizeInner = true, float lambda = 0.1, int kappa = 3)
Parameters
Type |
Name |
Description |
int |
numParticles |
|
float |
holeProb |
|
bool |
fillHoles |
|
bool |
prioritizeInner |
|
float |
lambda |
|
int |
kappa |
|