Skip to content

ds_wfc_base_continuous

Kamran Wali edited this page Jul 4, 2024 · 7 revisions

Inherits: ds_wfc_gen

Inherited By: ds_wfc_gen_c_tile and ds_wfc_gen_expand

Base class for all the continuous Wave Function Collapse generator objects.

Description

ds_wfc_base_continuous is the parent/base class for all the stage generator scripts that uses continuous Wave Function Collapse for generating stages.

Properties

Type Name Default Value
int _x_min -1
int _x_max -1
int _y_min -1
int _y_max -1
int _z_min -1
bool _is_add_first_tile false

Property Descriptions

int _x_min = -1

The minimum x coordinate value from which new grid and tiles will be generated.


int _x_max = -1

The maximum x coordinate value from which new grid and tiles will be generated.


int _y_min = -1

The minimum y coordinate value from which new grid and tiles will be generated.


int _y_max = -1

The maximum y coordinate value from which new grid and tiles will be generated.


int _z_min = -1

The minimum z coordinate value from which new grid and tiles will be generated.


bool _is_add_first_tile = false

This flag checks if the first newly created tile has been added for processing.