menu
three_js_terrain package
documentation
core.dart
TerrainEdges
TerrainEdges.new constructor
TerrainEdges.new constructor
dark_mode
light_mode
TerrainEdges
constructor
TerrainEdges
(
{
bool
top
=
true
,
bool
bottom
=
true
,
bool
left
=
true
,
bool
right
=
true
,
})
Implementation
TerrainEdges({ this.top = true, this.bottom = true, this.left = true, this.right = true });
three_js_terrain package
documentation
core
TerrainEdges
TerrainEdges.new constructor
TerrainEdges class