API reference

SimplexNoiseMask Class

Extends Mask2D
A mask that uses Simplex noise to generate a 2D pattern.

Methods

Check ( c )
Checks if the candidate is valid for the given mask.
Signature
override bool Check(Candidate c)
Parameters
c: Candidate  Candidate with the information from the distribution
Returns
override bool  true if valid
SampleMask ( candidate )
Executes the mask on a candidate and returns the value.
Signature
override float SampleMask(Candidate c)
Parameters
candidate: Candidate  Candidate with the information from the distribution
Returns
override float  The float depending on the mask