String#
A string / sequence of characters.
Uses#
Used by 25 parameters:
-
samplers Map<String, DimensionApplicableSampler> - A set of samplers globally accessible within Expressions in
EXPRESSION
samplers defined inside other config files. In EXPRESSION in NoiseSampler:
samplers Map<String, DimensionApplicableSampler> - Defines a mapping of function names to samplers.
-
path String - The format string for the path to the images relative to the config pack directory. (For Windows users: Use the
/
directory separator instead of\
) -
return String - The function the sampler will use to calculate the noise.
In EXPRESSION_NORMALIZER in NoiseSampler:
variables Map<String, Float> - An additional mapping of named constant variables that can be used by the
expression
.In EXPRESSION_NORMALIZER in NoiseSampler:
samplers Map<String, DimensionApplicableSampler> - An additional mappping of named noise samplers that can be used in the
expression
.-
image String - Path to the image relative to the config pack directory. (For Windows users: Use the
/
directory separator instead of\
) -
path-format String - Path to the image relative to the config pack directory. (For Windows users: Use the
/
directory separator instead of\
) -
distance-function String - The function used to calculate distance between sample positions and the configured point.
-
functions Map<String, MathFunction> - A set of math functions globally accessible within Expressions in
EXPRESSION
samplers defined inside other config files. -
distance String - The method used for calculating the distance from the cell origin.
In EXPRESSION_NORMALIZER in NoiseSampler:
functions Map<String, MathFunction> - An additional mappping of named math functions that can be used in the
expression
.