IslandBuilderSettingsMeshΒΆ

Inherits: Resource

There is currently no description for this class. Please help us by contributing one!

PropertiesΒΆ

bool

ao_enabled

false

float

ao_radius

8.0

int

ao_samples

32

float

ao_strength

0.8

float

mask_dirt_exponent

1.0

float

mask_dirt_maximum

0.8

float

mask_dirt_minimum

-0.2

Vector3

mask_perlin_frequency

Vector3(0.75, 0.33, 0.75)

float

mask_sand_exponent

2.6

float

mask_sand_maximum

1.0

float

mask_sand_minimum

0.65

float

vertex_merge_distance

0.04


SignalsΒΆ

setting_changed() πŸ”—

There is currently no description for this signal. Please help us by contributing one!


Property DescriptionsΒΆ

bool ao_enabled = false πŸ”—

  • void set_ao_enabled(value: bool)

  • bool get_ao_enabled()

There is currently no description for this property. Please help us by contributing one!


float ao_radius = 8.0 πŸ”—

  • void set_ao_radius(value: float)

  • float get_ao_radius()

There is currently no description for this property. Please help us by contributing one!


int ao_samples = 32 πŸ”—

  • void set_ao_samples(value: int)

  • int get_ao_samples()

There is currently no description for this property. Please help us by contributing one!


float ao_strength = 0.8 πŸ”—

  • void set_ao_strength(value: float)

  • float get_ao_strength()

There is currently no description for this property. Please help us by contributing one!


float mask_dirt_exponent = 1.0 πŸ”—

  • void set_mask_dirt_exponent(value: float)

  • float get_mask_dirt_exponent()

There is currently no description for this property. Please help us by contributing one!


float mask_dirt_maximum = 0.8 πŸ”—

  • void set_mask_dirt_maximum(value: float)

  • float get_mask_dirt_maximum()

There is currently no description for this property. Please help us by contributing one!


float mask_dirt_minimum = -0.2 πŸ”—

  • void set_mask_dirt_minimum(value: float)

  • float get_mask_dirt_minimum()

There is currently no description for this property. Please help us by contributing one!


Vector3 mask_perlin_frequency = Vector3(0.75, 0.33, 0.75) πŸ”—

  • void set_mask_perlin_frequency(value: Vector3)

  • Vector3 get_mask_perlin_frequency()

There is currently no description for this property. Please help us by contributing one!


float mask_sand_exponent = 2.6 πŸ”—

  • void set_mask_sand_exponent(value: float)

  • float get_mask_sand_exponent()

There is currently no description for this property. Please help us by contributing one!


float mask_sand_maximum = 1.0 πŸ”—

  • void set_mask_sand_maximum(value: float)

  • float get_mask_sand_maximum()

There is currently no description for this property. Please help us by contributing one!


float mask_sand_minimum = 0.65 πŸ”—

  • void set_mask_sand_minimum(value: float)

  • float get_mask_sand_minimum()

There is currently no description for this property. Please help us by contributing one!


float vertex_merge_distance = 0.04 πŸ”—

  • void set_vertex_merge_distance(value: float)

  • float get_vertex_merge_distance()

There is currently no description for this property. Please help us by contributing one!