godot_voxel/doc/source/api/VoxelGeneratorNoise2D.md

26 lines
630 B
Markdown
Raw Normal View History

# VoxelGeneratorNoise2D
Inherits: [VoxelGeneratorHeightmap](VoxelGeneratorHeightmap.md)
## Properties:
Type | Name | Default
------------------- | ------------------ | --------
`Curve` | [curve](#i_curve) |
`OpenSimplexNoise` | [noise](#i_noise) |
<p></p>
## Property Descriptions
- [Curve](https://docs.godotengine.org/en/stable/classes/class_curve.html)<span id="i_curve"></span> **curve**
- [OpenSimplexNoise](https://docs.godotengine.org/en/stable/classes/class_opensimplexnoise.html)<span id="i_noise"></span> **noise**
2021-02-16 20:54:45 +00:00
_Generated on Feb 16, 2021_