Property | Type | Description | |
---|---|---|---|
Divergence | double | ||
LastMutation | MutationType | ||
Shapes | Shape[] |
Method | Description | |
---|---|---|
Clone ( ) : object | ||
DNA ( ) : System | ||
DNA ( |
||
DNA ( NBTag tag ) : System | ||
DNA ( Stream stream, int shapes, int vertices ) : System | ||
DivideShape ( |
||
SerializeNBT ( string tagName ) : NBTag | ||
ShiftShapeIndex ( int source, int dest ) : void | ||
SwapShapes ( Random rand ) : void |
Method | Description | |
---|---|---|
Lerp ( |
||
ShiftPoints ( Shape shape, int shift ) : Shape | ||
Subdivide ( Random rand, Shape shape, int extraVertices ) : void |
public DNA ( Stream stream, int shapes, int vertices ) : System | ||
stream | Stream | |
shapes | int | |
vertices | int | |
return | System |
public DivideShape ( |
||
rand | ||
shapeToDivide | int | |
shapeToSacrifice | int | |
return | void |
public SerializeNBT ( string tagName ) : NBTag | ||
tagName | string | |
return | NBTag |
public ShiftShapeIndex ( int source, int dest ) : void | ||
source | int | |
dest | int | |
return | void |