Class ObjectTestInitializer
Inheritance
object
ObjectTestInitializer
Assembly: .dll
Syntax
public class ObjectTestInitializer : InitializationMethod
Constructors
|
Edit this page
View Source
ObjectTestInitializer(ParticleSystem)
Declaration
public ObjectTestInitializer(ParticleSystem system)
Parameters
Methods
|
Edit this page
View Source
Generate(int, float, bool, bool, bool, float)
Declaration
public void Generate(int numPositions = 10, float holeProb = 0.3, bool fillHoles = false, bool allowExcludedHoles = false, bool prioritizeInner = false, float lambda = 0.1)
Parameters
Type |
Name |
Description |
int |
numPositions |
|
float |
holeProb |
|
bool |
fillHoles |
|
bool |
allowExcludedHoles |
|
bool |
prioritizeInner |
|
float |
lambda |
|