ContributorMural::VoronoiConfig
Inherits YAML::Serializable::Strict < YAML::Serializable < Reference < Object
Constructors
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
Sourcenew
Sourcenew(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
SourceInstance methods
cell_size
Sourcecell_size=(cell_size : Int32)
Sourcegap
Sourcegap=(gap : Int32)
Sourcejitter
Sourcejitter=(jitter : Float64)
Sourceoutline=(outline : Bool)
Sourceoutline?
Sourcerows
How many rows to divide the wall into. Unset lets cell_size decide,
which keeps the cells near that pitch and adds rows as people arrive;
setting it fixes the rows instead and lets the cells take up the slack.
rows=(rows : Int32 | Nil)
How many rows to divide the wall into. Unset lets cell_size decide,
which keeps the cells near that pitch and adds rows as people arrive;
setting it fixes the rows instead and lets the cells take up the slack.
validate
Sourceweight_influence
Sourceweight_influence=(weight_influence : Float64)
Sourcewidth
Sourcewidth=(width : Int32)
Source