godot_voxel/doc/source/api/VoxelInstanceLibraryItemBase.md
Marc Gilleron d5a69003c3 Add missing classes and run doctool (doctool has issues though)
VoxelGeneratorHeightmap.height_range is wrong in the doc.
VoxelTool lost all default values in doc.
These are likely Godot bugs...
2021-11-06 02:04:16 +00:00

34 lines
1.1 KiB
Markdown

# VoxelInstanceLibraryItemBase
Inherits: [Resource](https://docs.godotengine.org/en/stable/classes/class_resource.html)
## Properties:
Type | Name | Default
------------------------- | ---------------------------- | --------
`VoxelInstanceGenerator` | [generator](#i_generator) |
`int` | [lod_index](#i_lod_index) | 0
`String` | [name](#i_name) | ""
`bool` | [persistent](#i_persistent) | false
<p></p>
## Property Descriptions
- [VoxelInstanceGenerator](VoxelInstanceGenerator.md)<span id="i_generator"></span> **generator**
- [int](https://docs.godotengine.org/en/stable/classes/class_int.html)<span id="i_lod_index"></span> **lod_index** = 0
- [String](https://docs.godotengine.org/en/stable/classes/class_string.html)<span id="i_name"></span> **name** = ""
- [bool](https://docs.godotengine.org/en/stable/classes/class_bool.html)<span id="i_persistent"></span> **persistent** = false
_Generated on Nov 06, 2021_