mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-19 02:36:59 +00:00
Regions support for objects
This commit is contained in:
parent
dd4edb8ba5
commit
e7f0ba1982
@ -63,6 +63,11 @@ public class IrisRegion extends IrisRegistrant implements IRare
|
|||||||
@Desc("The shore ration (How much percent of land should be a shore)")
|
@Desc("The shore ration (How much percent of land should be a shore)")
|
||||||
private double shoreRatio = 0.13;
|
private double shoreRatio = 0.13;
|
||||||
|
|
||||||
|
@ArrayType(min = 1, type = IrisObjectPlacement.class)
|
||||||
|
@DontObfuscate
|
||||||
|
@Desc("Objects define what schematics (iob files) iris will place in this region")
|
||||||
|
private KList<IrisObjectPlacement> objects = new KList<IrisObjectPlacement>();
|
||||||
|
|
||||||
@MinNumber(0)
|
@MinNumber(0)
|
||||||
@DontObfuscate
|
@DontObfuscate
|
||||||
@Desc("The min shore height")
|
@Desc("The min shore height")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user